mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
Merge pull request #8760 from drdelaney/bugfix-1.1.x
[1.1.x] Support for Tronxy and Zonestar LCD
This commit is contained in:
commit
c5a4230a6a
44 changed files with 181 additions and 87 deletions
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
#define U8GLIB_ST7565_64128N
|
#define U8GLIB_ST7565_64128N
|
||||||
|
|
||||||
#elif ENABLED(ANET_KEYPAD_LCD)
|
#elif ENABLED(ZONESTAR_LCD)
|
||||||
|
|
||||||
#define REPRAPWORLD_KEYPAD
|
#define REPRAPWORLD_KEYPAD
|
||||||
#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
|
#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -226,6 +226,8 @@
|
||||||
#error "K1 is now PID_K1. Please update your configuration."
|
#error "K1 is now PID_K1. Please update your configuration."
|
||||||
#elif defined(PROBE_DOUBLE_TOUCH)
|
#elif defined(PROBE_DOUBLE_TOUCH)
|
||||||
#error "PROBE_DOUBLE_TOUCH is now MULTIPLE_PROBING. Please update your configuration."
|
#error "PROBE_DOUBLE_TOUCH is now MULTIPLE_PROBING. Please update your configuration."
|
||||||
|
#elif defined(ANET_KEYPAD_LCD)
|
||||||
|
#error "ANET_KEYPAD_LCD is now ZONESTAR_LCD. Please update your configuration."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1340,7 +1342,7 @@ static_assert(1 >= 0
|
||||||
#endif
|
#endif
|
||||||
#if ENABLED(REPRAPWORLD_KEYPAD) \
|
#if ENABLED(REPRAPWORLD_KEYPAD) \
|
||||||
&& DISABLED(CARTESIO_UI) \
|
&& DISABLED(CARTESIO_UI) \
|
||||||
&& DISABLED(ANET_KEYPAD_LCD)
|
&& DISABLED(ZONESTAR_LCD)
|
||||||
+ 1
|
+ 1
|
||||||
#endif
|
#endif
|
||||||
#if ENABLED(RIGIDBOT_PANEL)
|
#if ENABLED(RIGIDBOT_PANEL)
|
||||||
|
@ -1376,7 +1378,7 @@ static_assert(1 >= 0
|
||||||
#if ENABLED(OLED_PANEL_TINYBOY2)
|
#if ENABLED(OLED_PANEL_TINYBOY2)
|
||||||
+ 1
|
+ 1
|
||||||
#endif
|
#endif
|
||||||
#if ENABLED(ANET_KEYPAD_LCD)
|
#if ENABLED(ZONESTAR_LCD)
|
||||||
+ 1
|
+ 1
|
||||||
#endif
|
#endif
|
||||||
, "Please select no more than one LCD controller option."
|
, "Please select no more than one LCD controller option."
|
||||||
|
|
|
@ -1536,11 +1536,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1675,11 +1675,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1525,11 +1525,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1507,11 +1507,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1517,11 +1517,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1507,11 +1507,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1515,11 +1515,13 @@
|
||||||
#define CARTESIO_UI
|
#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1526,11 +1526,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1498,11 +1498,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1498,11 +1498,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1521,11 +1521,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1531,11 +1531,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1520,11 +1520,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1544,11 +1544,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1520,11 +1520,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1520,11 +1520,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1528,11 +1528,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1547,11 +1547,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1572,11 +1572,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1549,11 +1549,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1469,11 +1469,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1516,11 +1516,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1650,11 +1650,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1643,11 +1643,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1638,11 +1638,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1641,11 +1641,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1641,11 +1641,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1650,11 +1650,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1530,11 +1530,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1519,11 +1519,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1511,11 +1511,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -1521,11 +1521,13 @@
|
||||||
//#define CARTESIO_UI
|
//#define CARTESIO_UI
|
||||||
|
|
||||||
//
|
//
|
||||||
// ANET_10 Controller supported displays.
|
// ANET and Tronxy Controller supported displays.
|
||||||
//
|
//
|
||||||
//#define ANET_KEYPAD_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
//#define ZONESTAR_LCD // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
|
||||||
// This LCD is known to be susceptible to electrical interference
|
// This LCD is known to be susceptible to electrical interference
|
||||||
// which scrambles the display. Pressing any button clears it up.
|
// which scrambles the display. Pressing any button clears it up.
|
||||||
|
// This is a LCD2004 display with 5 analog buttons.
|
||||||
|
|
||||||
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
//#define ANET_FULL_GRAPHICS_LCD // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
|
||||||
// A clone of the RepRapDiscount full graphics display but with
|
// A clone of the RepRapDiscount full graphics display but with
|
||||||
// different pins/wiring (see pins_ANET_10.h).
|
// different pins/wiring (see pins_ANET_10.h).
|
||||||
|
|
|
@ -145,10 +145,10 @@
|
||||||
* LCD / Controller
|
* LCD / Controller
|
||||||
*
|
*
|
||||||
* Only the following displays are supported:
|
* Only the following displays are supported:
|
||||||
* ANET_KEYPAD_LCD
|
* ZONESTAR_LCD
|
||||||
* ANET_FULL_GRAPHICS_LCD
|
* ANET_FULL_GRAPHICS_LCD
|
||||||
* REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
* REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||||
#define LCD_SDSS 28
|
#define LCD_SDSS 28
|
||||||
|
@ -209,7 +209,7 @@
|
||||||
* ===================== LCD PINOUTS ==================================
|
* ===================== 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
|
* physical logical alt | | GRAPHICS_LCD | Graphics Display Wiring | http://www.thingiverse
|
||||||
* pin pin functions | | | | .com/thing:2103748
|
* pin pin functions | | | | .com/thing:2103748
|
||||||
*------------------------------------------------------------------------------------------------------------------------
|
*------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
|
@ -533,7 +533,7 @@
|
||||||
|
|
||||||
#endif // ULTRA_LCD
|
#endif // ULTRA_LCD
|
||||||
|
|
||||||
#if ENABLED(ANET_KEYPAD_LCD)
|
#if ENABLED(ZONESTAR_LCD)
|
||||||
#define LCD_PINS_RS 64
|
#define LCD_PINS_RS 64
|
||||||
#define LCD_PINS_ENABLE 44
|
#define LCD_PINS_ENABLE 44
|
||||||
#define LCD_PINS_D4 63
|
#define LCD_PINS_D4 63
|
||||||
|
@ -545,4 +545,4 @@
|
||||||
#define BTN_EN2 -1
|
#define BTN_EN2 -1
|
||||||
#define BTN_ENC -1
|
#define BTN_ENC -1
|
||||||
// pin 29 N/C
|
// pin 29 N/C
|
||||||
#endif // ANET_KEYPAD_LCD
|
#endif // ZONESTAR_LCD
|
||||||
|
|
|
@ -243,7 +243,21 @@
|
||||||
#define ST7920_DELAY_3 DELAY_0_NOP
|
#define ST7920_DELAY_3 DELAY_0_NOP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else // !LCD_I2C_PANELOLU2 && !LCD_FOR_MELZI
|
#elif ENABLED(ZONESTAR_LCD) // For the Tronxy Melzi boards
|
||||||
|
|
||||||
|
#define LCD_PINS_RS 28
|
||||||
|
#define LCD_PINS_ENABLE 29
|
||||||
|
#define LCD_PINS_D4 10
|
||||||
|
#define LCD_PINS_D5 11
|
||||||
|
#define LCD_PINS_D6 16
|
||||||
|
#define LCD_PINS_D7 17
|
||||||
|
#define ADC_KEYPAD_PIN 1
|
||||||
|
|
||||||
|
// Not used
|
||||||
|
#define BTN_EN1 -1
|
||||||
|
#define BTN_EN2 -1
|
||||||
|
|
||||||
|
#else // !LCD_I2C_PANELOLU2 && !LCD_FOR_MELZI && !ZONESTAR_LCD
|
||||||
|
|
||||||
#define BTN_ENC 16
|
#define BTN_ENC 16
|
||||||
#define LCD_SDSS 28 // Smart Controller SD card reader rather than the Melzi
|
#define LCD_SDSS 28 // Smart Controller SD card reader rather than the Melzi
|
||||||
|
|
Loading…
Reference in a new issue