This video shows how you can create a pin to pin configuration table in case you might need it for others configurations.
It is about the u8glib graphic library MOD needed also for 3D printers or CNC machines that are using Arduino Mega 2560 + RAMPS 1.4 + Graphic LCD JHD12864F screen configuration.
Description:
Here is the result from u8glib FPS test:
1. draw clip test 12.0 FPS
2. clear screen 4.0 FPS
3. draw @ 5.4 FPS
4. draw pixel 2.2 FPS
The line that you need to have in examples in u8glib is
U8GLIB_ST7920_128X64_1X u8g(23, 17, 16); // SPI Com: SCK = en = 23, MOSI = rw = 17, CS = di = 16
Here you can download the table picture:
(Sorry for the old link not working for a while. I lost that domain. Here is the new link)
http://zeeproduction.com/zeeproduction_GLCD_JHD12864F.php
Because many asked for it even this video is not related to here is my working Configuration.h file that works with this kit and the version 1.0.2 from Maerlin:
http://zeeproduction.com/pdf/Configuration.h
If you find this video useful for you don’t forget to vote, subscribe or what it feels good for you. Thank you.
Source