Support for REPRAPWORLD_GRAPHICAL_LCD

This commit is contained in:
brupje
2016-06-21 14:39:10 +02:00
committed by Scott Lahteine
parent 54f4f80077
commit a60a668f6b
6 changed files with 97 additions and 12 deletions

View File

@@ -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