Add MKS MINI 12864 support to GT2560
This commit is contained in:
parent
46aae4c6e7
commit
ee9b8bf0f1
@ -98,18 +98,23 @@
|
|||||||
|
|
||||||
#if ENABLED(NEWPANEL)
|
#if ENABLED(NEWPANEL)
|
||||||
|
|
||||||
|
#if ENABLED(MKS_MINI_12864)
|
||||||
|
#define DOGLCD_A0 5
|
||||||
|
#define DOGLCD_CS 21
|
||||||
|
#define BTN_EN1 40
|
||||||
|
#define BTN_EN2 42
|
||||||
|
#else
|
||||||
#define LCD_PINS_RS 20
|
#define LCD_PINS_RS 20
|
||||||
#define LCD_PINS_ENABLE 17
|
#define LCD_PINS_ENABLE 17
|
||||||
#define LCD_PINS_D4 16
|
#define LCD_PINS_D4 16
|
||||||
#define LCD_PINS_D5 21
|
#define LCD_PINS_D5 21
|
||||||
#define LCD_PINS_D6 5
|
#define LCD_PINS_D6 5
|
||||||
#define LCD_PINS_D7 6
|
#define LCD_PINS_D7 6
|
||||||
|
|
||||||
// Buttons are directly attached
|
|
||||||
#define BTN_EN1 42
|
#define BTN_EN1 42
|
||||||
#define BTN_EN2 40
|
#define BTN_EN2 40
|
||||||
#define BTN_ENC 19
|
#endif
|
||||||
|
|
||||||
|
#define BTN_ENC 19
|
||||||
#define SD_DETECT_PIN 38
|
#define SD_DETECT_PIN 38
|
||||||
|
|
||||||
#else // !NEWPANEL
|
#else // !NEWPANEL
|
||||||
|
Loading…
Reference in New Issue
Block a user