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:
committed by
Scott Lahteine
parent
fdf83f1416
commit
5249765508
@@ -145,10 +145,10 @@
|
||||
* LCD / Controller
|
||||
*
|
||||
* Only the following displays are supported:
|
||||
* ANET_KEYPAD_LCD
|
||||
* ZONESTAR_LCD
|
||||
* ANET_FULL_GRAPHICS_LCD
|
||||
* REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
||||
*/
|
||||
*/
|
||||
|
||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||
#define LCD_SDSS 28
|
||||
@@ -209,7 +209,7 @@
|
||||
* ===================== LCD PINOUTS ==================================
|
||||
* ====================================================================
|
||||
*
|
||||
* Anet V1.0 controller | ANET_KEYPAD_LCD | ANET_FULL_ | RepRapDiscount Full | Thingiverse RepRap wiring
|
||||
* Anet V1.0 controller | ZONESTAR_LCD | ANET_FULL_ | RepRapDiscount Full | Thingiverse RepRap wiring
|
||||
* physical logical alt | | GRAPHICS_LCD | Graphics Display Wiring | http://www.thingiverse
|
||||
* pin pin functions | | | | .com/thing:2103748
|
||||
*------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user