LCD12864_2004 - makerbase-mks/MKS-Robin-E3-E3D GitHub Wiki
How to buy
-
MKS LCD12864B on Aliexpress MKS LCD12864B, need 12864B(for 32bit) version
-
LCD12864 on Aliexpress LCD12864
Motherboard connect
- LCD screen connect to MKS Robin E3/E3D motherboard by EXP1,EXP2
- LCD screen include MKS LCD12864B, LCD12864, LCD2004 and so on
Marlin firmware setting
-
MKS LCD12864B screen
-
Set MKS_LCD12864 type
- Enable #define MKS_LCD12864 in Configuration.h file
-
If you think the contrast is too light, you can set it in src -> inc -> Conditionals_post.h file
#elif ENABLED(MKS_LCD12864) #define _LCD_CONTRAST_MIN 120 #define _LCD_CONTRAST_INIT 205 // set lcd contrast value
-
-
LCD12864 screen
- Enable #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER in Configuration.h file
-
LCD2004 screen
- Enable #define REPRAP_DISCOUNT_SMART_CONTROLLER in Configuration.h file