LCD12864_2004_LCD12864B - makerbase-mks/SGEN_L 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 MKS SGEN_L V1.0 motherboard by EXP1,EXP2

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