Support Fysetc Mini 12864 + GT2560 A(+) (#19878)
This commit is contained in:
parent
c59f64ce49
commit
80909e4424
@ -116,6 +116,20 @@
|
|||||||
#define DOGLCD_CS 21
|
#define DOGLCD_CS 21
|
||||||
#define BTN_EN1 40
|
#define BTN_EN1 40
|
||||||
#define BTN_EN2 42
|
#define BTN_EN2 42
|
||||||
|
#elif ENABLED(FYSETC_MINI_12864)
|
||||||
|
// Disconnect EXP2-1 and EXP2-2, otherwise future firmware upload won't work.
|
||||||
|
#define DOGLCD_A0 20
|
||||||
|
#define DOGLCD_CS 17
|
||||||
|
|
||||||
|
#define NEOPIXEL_PIN 21
|
||||||
|
#define BTN_EN1 42
|
||||||
|
#define BTN_EN2 40
|
||||||
|
|
||||||
|
#define LCD_RESET_PIN 16
|
||||||
|
|
||||||
|
#define DEFAULT_LCD_CONTRAST 220
|
||||||
|
|
||||||
|
#define LCD_BACKLIGHT_PIN -1
|
||||||
#else
|
#else
|
||||||
#define LCD_PINS_RS 20
|
#define LCD_PINS_RS 20
|
||||||
#define LCD_PINS_ENABLE 17
|
#define LCD_PINS_ENABLE 17
|
||||||
|
Loading…
Reference in New Issue
Block a user