Support for REPRAPWORLD_GRAPHICAL_LCD
This commit is contained in:
@@ -139,7 +139,23 @@
|
||||
#define SLED_PIN -1
|
||||
#endif
|
||||
|
||||
#if ENABLED(ULTRA_LCD)
|
||||
|
||||
|
||||
#if ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
|
||||
|
||||
|
||||
#define LCD_PINS_RS 49 //CS chip select /SS chip slave select
|
||||
#define LCD_PINS_ENABLE 51 //SID (MOSI)
|
||||
#define LCD_PINS_D4 52 //SCK (CLK) clock
|
||||
|
||||
#define BTN_EN1 64
|
||||
#define BTN_EN2 59
|
||||
#define BTN_ENC 63
|
||||
|
||||
|
||||
#define SD_DETECT_PIN 42
|
||||
|
||||
#elif ENABLED(ULTRA_LCD)
|
||||
|
||||
#if ENABLED(NEWPANEL) && ENABLED(PANEL_ONE)
|
||||
#define LCD_PINS_RS 40
|
||||
|
||||
Reference in New Issue
Block a user