LCD12864_2004 - makerbase-mks/MKS-GEN_L GitHub Wiki
How to buy
-
MKS LCD12864A on Aliexpress MKS LCD12864A,need 12864B(for 32bit) version
-
LCD12864 on Aliexpress LCD12864
Motherboard connect
- LCD screen connect MKS GEN_L motherboard by EXP1,EXP2
- LCD screen include MKS LCD12864A, LCD12864, LCD2004 and so on
Marlin firmware setting
-
MKS LCD12864A 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