Adding support for the Tronxy and Zonestar LCD

This commit is contained in:
Scott Lahteine
2017-12-15 19:05:57 -06:00
parent 9abbcc3ee0
commit 15d05748df
6 changed files with 28 additions and 10 deletions

View File

@ -538,7 +538,7 @@
#endif // ULTRA_LCD
#if ENABLED(ANET_KEYPAD_LCD)
#if ENABLED(ZONESTAR_LCD)
#define LCD_PINS_RS 64
#define LCD_PINS_ENABLE 44
#define LCD_PINS_D4 63
@ -550,4 +550,4 @@
#define BTN_EN2 -1
#define BTN_ENC -1
// pin 29 N/C
#endif // ANET_KEYPAD_LCD
#endif // ZONESTAR_LCD