Support for REPRAPWORLD_GRAPHICAL_LCD
This commit is contained in:
parent
54f4f80077
commit
a60a668f6b
6 changed files with 97 additions and 12 deletions
|
|
@ -76,6 +76,25 @@
|
|||
|
||||
#define BEEPER_PIN -1
|
||||
|
||||
|
||||
|
||||
#if ENABLED(DOGLCD)
|
||||
|
||||
#if ENABLED(U8GLIB_ST7920)
|
||||
|
||||
#define LCD_PINS_RS 15 //CS chip select /SS chip slave select
|
||||
#define LCD_PINS_ENABLE 11 //SID (MOSI)
|
||||
#define LCD_PINS_D4 10 //SCK (CLK) clock
|
||||
|
||||
#define BTN_EN1 18
|
||||
#define BTN_EN2 17
|
||||
#define BTN_ENC 25
|
||||
|
||||
|
||||
#define SD_DETECT_PIN 30
|
||||
#endif
|
||||
|
||||
#else
|
||||
#define LCD_PINS_RS -1
|
||||
#define LCD_PINS_ENABLE -1
|
||||
#define LCD_PINS_D4 -1
|
||||
|
|
@ -92,3 +111,5 @@
|
|||
#define BLEN_B 1
|
||||
#define BLEN_A 0
|
||||
|
||||
#define SD_DETECT_PIN -1 // Minitronics doesn't use this
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue