Adding support for the Tronxy and Zonestar LCD
Code borrowed and modified from erikkallen/Marlin_tronxy. Changed the ANET_KEYPAD_LCD to zonestar, since it is the same device. I kept a define for ANET_KEYPAD_LCD to enable ZONESTAR_LCD.
This commit is contained in:
parent
fdf83f1416
commit
5249765508
6 changed files with 27 additions and 11 deletions
|
|
@ -533,7 +533,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
|
||||
|
|
@ -545,4 +545,4 @@
|
|||
#define BTN_EN2 -1
|
||||
#define BTN_ENC -1
|
||||
// pin 29 N/C
|
||||
#endif // ANET_KEYPAD_LCD
|
||||
#endif // ZONESTAR_LCD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue