Bläddra i källkod

Apply ZONESTAR_LCD to example configs

Scott Lahteine 7 år sedan
förälder
incheckning
9abbcc3ee0
46 ändrade filer med 184 tillägg och 92 borttagningar
  1. 4
    2
      Marlin/src/config/default/Configuration.h
  2. 4
    2
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  3. 4
    2
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  4. 4
    2
      Marlin/src/config/examples/Anet/A6/Configuration.h
  5. 4
    2
      Marlin/src/config/examples/Anet/A8/Configuration.h
  6. 4
    2
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  7. 4
    2
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  8. 4
    2
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  9. 4
    2
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  10. 4
    2
      Marlin/src/config/examples/Cartesio/Configuration.h
  11. 4
    2
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  12. 4
    2
      Marlin/src/config/examples/Felix/Configuration.h
  13. 4
    2
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  14. 4
    2
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  15. 4
    2
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  16. 4
    2
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  17. 4
    2
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  18. 4
    2
      Marlin/src/config/examples/MakerParts/Configuration.h
  19. 4
    2
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  20. 4
    2
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  21. 4
    2
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  22. 4
    2
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  23. 4
    2
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  24. 4
    2
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  25. 4
    2
      Marlin/src/config/examples/RigidBot/Configuration.h
  26. 4
    2
      Marlin/src/config/examples/SCARA/Configuration.h
  27. 4
    2
      Marlin/src/config/examples/STM32F10/Configuration.h
  28. 4
    2
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  29. 4
    2
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  30. 4
    2
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  31. 4
    2
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  32. 4
    2
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  33. 4
    2
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  34. 4
    2
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  35. 4
    2
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  36. 4
    2
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  37. 4
    2
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  38. 4
    2
      Marlin/src/config/examples/delta/generic/Configuration.h
  39. 4
    2
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  40. 4
    2
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  41. 4
    2
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  42. 4
    2
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  43. 4
    2
      Marlin/src/config/examples/makibox/Configuration.h
  44. 4
    2
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  45. 4
    2
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  46. 4
    2
      Marlin/src/config/examples/wt150/Configuration.h

+ 4
- 2
Marlin/src/config/default/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h Visa fil

@@ -1536,11 +1536,13 @@
1536 1536
 //#define CARTESIO_UI
1537 1537
 
1538 1538
 //
1539
-// ANET_10 Controller supported displays.
1539
+// ANET and Tronxy Controller supported displays.
1540 1540
 //
1541
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1541
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1542 1542
                                   // This LCD is known to be susceptible to electrical interference
1543 1543
                                   // which scrambles the display.  Pressing any button clears it up.
1544
+                                  // This is a LCD2004 display with 5 analog buttons.
1545
+
1544 1546
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1545 1547
                                   // A clone of the RepRapDiscount full graphics display but with
1546 1548
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Anet/A6/Configuration.h Visa fil

@@ -1675,11 +1675,13 @@
1675 1675
 //#define CARTESIO_UI
1676 1676
 
1677 1677
 //
1678
-// ANET_10 Controller supported displays.
1678
+// ANET and Tronxy Controller supported displays.
1679 1679
 //
1680
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1680
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1681 1681
                                   // This LCD is known to be susceptible to electrical interference
1682 1682
                                   // which scrambles the display.  Pressing any button clears it up.
1683
+                                  // This is a LCD2004 display with 5 analog buttons.
1684
+
1683 1685
 #define ANET_FULL_GRAPHICS_LCD    // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1684 1686
                                   // A clone of the RepRapDiscount full graphics display but with
1685 1687
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Anet/A8/Configuration.h Visa fil

@@ -1524,11 +1524,13 @@
1524 1524
 //#define CARTESIO_UI
1525 1525
 
1526 1526
 //
1527
-// ANET_10 Controller supported displays.
1527
+// ANET and Tronxy Controller supported displays.
1528 1528
 //
1529
-#define ANET_KEYPAD_LCD           // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1529
+#define ZONESTAR_LCD              // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1530 1530
                                   // This LCD is known to be susceptible to electrical interference
1531 1531
                                   // which scrambles the display.  Pressing any button clears it up.
1532
+                                  // This is a LCD2004 display with 5 analog buttons.
1533
+
1532 1534
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1533 1535
                                   // A clone of the RepRapDiscount full graphics display but with
1534 1536
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/BQ/Hephestos/Configuration.h Visa fil

@@ -1504,11 +1504,13 @@
1504 1504
 //#define CARTESIO_UI
1505 1505
 
1506 1506
 //
1507
-// ANET_10 Controller supported displays.
1507
+// ANET and Tronxy Controller supported displays.
1508 1508
 //
1509
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1509
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1510 1510
                                   // This LCD is known to be susceptible to electrical interference
1511 1511
                                   // which scrambles the display.  Pressing any button clears it up.
1512
+                                  // This is a LCD2004 display with 5 analog buttons.
1513
+
1512 1514
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1513 1515
                                   // A clone of the RepRapDiscount full graphics display but with
1514 1516
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h Visa fil

@@ -1517,11 +1517,13 @@
1517 1517
 //#define CARTESIO_UI
1518 1518
 
1519 1519
 //
1520
-// ANET_10 Controller supported displays.
1520
+// ANET and Tronxy Controller supported displays.
1521 1521
 //
1522
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1523 1523
                                   // This LCD is known to be susceptible to electrical interference
1524 1524
                                   // which scrambles the display.  Pressing any button clears it up.
1525
+                                  // This is a LCD2004 display with 5 analog buttons.
1526
+
1525 1527
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1526 1528
                                   // A clone of the RepRapDiscount full graphics display but with
1527 1529
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/BQ/WITBOX/Configuration.h Visa fil

@@ -1504,11 +1504,13 @@
1504 1504
 //#define CARTESIO_UI
1505 1505
 
1506 1506
 //
1507
-// ANET_10 Controller supported displays.
1507
+// ANET and Tronxy Controller supported displays.
1508 1508
 //
1509
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1509
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1510 1510
                                   // This LCD is known to be susceptible to electrical interference
1511 1511
                                   // which scrambles the display.  Pressing any button clears it up.
1512
+                                  // This is a LCD2004 display with 5 analog buttons.
1513
+
1512 1514
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1513 1515
                                   // A clone of the RepRapDiscount full graphics display but with
1514 1516
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Cartesio/Configuration.h Visa fil

@@ -1515,11 +1515,13 @@
1515 1515
 #define CARTESIO_UI
1516 1516
 
1517 1517
 //
1518
-// ANET_10 Controller supported displays.
1518
+// ANET and Tronxy Controller supported displays.
1519 1519
 //
1520
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1520
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521 1521
                                   // This LCD is known to be susceptible to electrical interference
1522 1522
                                   // which scrambles the display.  Pressing any button clears it up.
1523
+                                  // This is a LCD2004 display with 5 analog buttons.
1524
+
1523 1525
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1524 1526
                                   // A clone of the RepRapDiscount full graphics display but with
1525 1527
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Creality/CR-10/Configuration.h Visa fil

@@ -1526,11 +1526,13 @@
1526 1526
 //#define CARTESIO_UI
1527 1527
 
1528 1528
 //
1529
-// ANET_10 Controller supported displays.
1529
+// ANET and Tronxy Controller supported displays.
1530 1530
 //
1531
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1531
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1532 1532
                                   // This LCD is known to be susceptible to electrical interference
1533 1533
                                   // which scrambles the display.  Pressing any button clears it up.
1534
+                                  // This is a LCD2004 display with 5 analog buttons.
1535
+
1534 1536
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1535 1537
                                   // A clone of the RepRapDiscount full graphics display but with
1536 1538
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Felix/Configuration.h Visa fil

@@ -1498,11 +1498,13 @@
1498 1498
 //#define CARTESIO_UI
1499 1499
 
1500 1500
 //
1501
-// ANET_10 Controller supported displays.
1501
+// ANET and Tronxy Controller supported displays.
1502 1502
 //
1503
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1503
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1504 1504
                                   // This LCD is known to be susceptible to electrical interference
1505 1505
                                   // which scrambles the display.  Pressing any button clears it up.
1506
+                                  // This is a LCD2004 display with 5 analog buttons.
1507
+
1506 1508
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1507 1509
                                   // A clone of the RepRapDiscount full graphics display but with
1508 1510
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Felix/DUAL/Configuration.h Visa fil

@@ -1498,11 +1498,13 @@
1498 1498
 //#define CARTESIO_UI
1499 1499
 
1500 1500
 //
1501
-// ANET_10 Controller supported displays.
1501
+// ANET and Tronxy Controller supported displays.
1502 1502
 //
1503
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1503
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1504 1504
                                   // This LCD is known to be susceptible to electrical interference
1505 1505
                                   // which scrambles the display.  Pressing any button clears it up.
1506
+                                  // This is a LCD2004 display with 5 analog buttons.
1507
+
1506 1508
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1507 1509
                                   // A clone of the RepRapDiscount full graphics display but with
1508 1510
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h Visa fil

@@ -1513,11 +1513,13 @@
1513 1513
 //#define CARTESIO_UI
1514 1514
 
1515 1515
 //
1516
-// ANET_10 Controller supported displays.
1516
+// ANET and Tronxy Controller supported displays.
1517 1517
 //
1518
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1518
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1519 1519
                                   // This LCD is known to be susceptible to electrical interference
1520 1520
                                   // which scrambles the display.  Pressing any button clears it up.
1521
+                                  // This is a LCD2004 display with 5 analog buttons.
1522
+
1521 1523
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1522 1524
                                   // A clone of the RepRapDiscount full graphics display but with
1523 1525
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h Visa fil

@@ -1531,11 +1531,13 @@
1531 1531
 //#define CARTESIO_UI
1532 1532
 
1533 1533
 //
1534
-// ANET_10 Controller supported displays.
1534
+// ANET and Tronxy Controller supported displays.
1535 1535
 //
1536
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1536
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1537 1537
                                   // This LCD is known to be susceptible to electrical interference
1538 1538
                                   // which scrambles the display.  Pressing any button clears it up.
1539
+                                  // This is a LCD2004 display with 5 analog buttons.
1540
+
1539 1541
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1540 1542
                                   // A clone of the RepRapDiscount full graphics display but with
1541 1543
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h Visa fil

@@ -1520,11 +1520,13 @@
1520 1520
 //#define CARTESIO_UI
1521 1521
 
1522 1522
 //
1523
-// ANET_10 Controller supported displays.
1523
+// ANET and Tronxy Controller supported displays.
1524 1524
 //
1525
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1525
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1526 1526
                                   // This LCD is known to be susceptible to electrical interference
1527 1527
                                   // which scrambles the display.  Pressing any button clears it up.
1528
+                                  // This is a LCD2004 display with 5 analog buttons.
1529
+
1528 1530
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1529 1531
                                   // A clone of the RepRapDiscount full graphics display but with
1530 1532
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/MakerParts/Configuration.h Visa fil

@@ -1532,11 +1532,13 @@
1532 1532
 //#define CARTESIO_UI
1533 1533
 
1534 1534
 //
1535
-// ANET_10 Controller supported displays.
1535
+// ANET and Tronxy Controller supported displays.
1536 1536
 //
1537
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1537
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1538 1538
                                   // This LCD is known to be susceptible to electrical interference
1539 1539
                                   // which scrambles the display.  Pressing any button clears it up.
1540
+                                  // This is a LCD2004 display with 5 analog buttons.
1541
+
1540 1542
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1541 1543
                                   // A clone of the RepRapDiscount full graphics display but with
1542 1544
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Malyan/M150/Configuration.h Visa fil

@@ -1544,11 +1544,13 @@
1544 1544
 //#define CARTESIO_UI
1545 1545
 
1546 1546
 //
1547
-// ANET_10 Controller supported displays.
1547
+// ANET and Tronxy Controller supported displays.
1548 1548
 //
1549
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1549
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1550 1550
                                   // This LCD is known to be susceptible to electrical interference
1551 1551
                                   // which scrambles the display.  Pressing any button clears it up.
1552
+                                  // This is a LCD2004 display with 5 analog buttons.
1553
+
1552 1554
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1553 1555
                                   // A clone of the RepRapDiscount full graphics display but with
1554 1556
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Malyan/M200/Configuration.h Visa fil

@@ -1515,11 +1515,13 @@
1515 1515
 //#define CARTESIO_UI
1516 1516
 
1517 1517
 //
1518
-// ANET_10 Controller supported displays.
1518
+// ANET and Tronxy Controller supported displays.
1519 1519
 //
1520
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1520
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521 1521
                                   // This LCD is known to be susceptible to electrical interference
1522 1522
                                   // which scrambles the display.  Pressing any button clears it up.
1523
+                                  // This is a LCD2004 display with 5 analog buttons.
1524
+
1523 1525
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1524 1526
                                   // A clone of the RepRapDiscount full graphics display but with
1525 1527
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h Visa fil

@@ -1520,11 +1520,13 @@
1520 1520
 //#define CARTESIO_UI
1521 1521
 
1522 1522
 //
1523
-// ANET_10 Controller supported displays.
1523
+// ANET and Tronxy Controller supported displays.
1524 1524
 //
1525
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1525
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1526 1526
                                   // This LCD is known to be susceptible to electrical interference
1527 1527
                                   // which scrambles the display.  Pressing any button clears it up.
1528
+                                  // This is a LCD2004 display with 5 analog buttons.
1529
+
1528 1530
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1529 1531
                                   // A clone of the RepRapDiscount full graphics display but with
1530 1532
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h Visa fil

@@ -1520,11 +1520,13 @@
1520 1520
 //#define CARTESIO_UI
1521 1521
 
1522 1522
 //
1523
-// ANET_10 Controller supported displays.
1523
+// ANET and Tronxy Controller supported displays.
1524 1524
 //
1525
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1525
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1526 1526
                                   // This LCD is known to be susceptible to electrical interference
1527 1527
                                   // which scrambles the display.  Pressing any button clears it up.
1528
+                                  // This is a LCD2004 display with 5 analog buttons.
1529
+
1528 1530
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1529 1531
                                   // A clone of the RepRapDiscount full graphics display but with
1530 1532
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Mks/Sbase/Configuration.h Visa fil

@@ -1519,11 +1519,13 @@
1519 1519
 //#define CARTESIO_UI
1520 1520
 
1521 1521
 //
1522
-// ANET_10 Controller supported displays.
1522
+// ANET and Tronxy Controller supported displays.
1523 1523
 //
1524
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1524
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1525 1525
                                   // This LCD is known to be susceptible to electrical interference
1526 1526
                                   // which scrambles the display.  Pressing any button clears it up.
1527
+                                  // This is a LCD2004 display with 5 analog buttons.
1528
+
1527 1529
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1528 1530
                                   // A clone of the RepRapDiscount full graphics display but with
1529 1531
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/RigidBot/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/SCARA/Configuration.h Visa fil

@@ -1528,11 +1528,13 @@
1528 1528
 //#define CARTESIO_UI
1529 1529
 
1530 1530
 //
1531
-// ANET_10 Controller supported displays.
1531
+// ANET and Tronxy Controller supported displays.
1532 1532
 //
1533
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1533
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1534 1534
                                   // This LCD is known to be susceptible to electrical interference
1535 1535
                                   // which scrambles the display.  Pressing any button clears it up.
1536
+                                  // This is a LCD2004 display with 5 analog buttons.
1537
+
1536 1538
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1537 1539
                                   // A clone of the RepRapDiscount full graphics display but with
1538 1540
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/STM32F10/Configuration.h Visa fil

@@ -1519,11 +1519,13 @@
1519 1519
 //#define CARTESIO_UI
1520 1520
 
1521 1521
 //
1522
-// ANET_10 Controller supported displays.
1522
+// ANET and Tronxy Controller supported displays.
1523 1523
 //
1524
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1524
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1525 1525
                                   // This LCD is known to be susceptible to electrical interference
1526 1526
                                   // which scrambles the display.  Pressing any button clears it up.
1527
+                                  // This is a LCD2004 display with 5 analog buttons.
1528
+
1527 1529
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1528 1530
                                   // A clone of the RepRapDiscount full graphics display but with
1529 1531
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Sanguinololu/Configuration.h Visa fil

@@ -1547,11 +1547,13 @@
1547 1547
 //#define CARTESIO_UI
1548 1548
 
1549 1549
 //
1550
-// ANET_10 Controller supported displays.
1550
+// ANET and Tronxy Controller supported displays.
1551 1551
 //
1552
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1552
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1553 1553
                                   // This LCD is known to be susceptible to electrical interference
1554 1554
                                   // which scrambles the display.  Pressing any button clears it up.
1555
+                                  // This is a LCD2004 display with 5 analog buttons.
1556
+
1555 1557
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1556 1558
                                   // A clone of the RepRapDiscount full graphics display but with
1557 1559
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/TinyBoy2/Configuration.h Visa fil

@@ -1572,11 +1572,13 @@
1572 1572
 //#define CARTESIO_UI
1573 1573
 
1574 1574
 //
1575
-// ANET_10 Controller supported displays.
1575
+// ANET and Tronxy Controller supported displays.
1576 1576
 //
1577
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1577
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1578 1578
                                   // This LCD is known to be susceptible to electrical interference
1579 1579
                                   // which scrambles the display.  Pressing any button clears it up.
1580
+                                  // This is a LCD2004 display with 5 analog buttons.
1581
+
1580 1582
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1581 1583
                                   // A clone of the RepRapDiscount full graphics display but with
1582 1584
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Velleman/K8200/Configuration.h Visa fil

@@ -1549,11 +1549,13 @@
1549 1549
 //#define CARTESIO_UI
1550 1550
 
1551 1551
 //
1552
-// ANET_10 Controller supported displays.
1552
+// ANET and Tronxy Controller supported displays.
1553 1553
 //
1554
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1554
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1555 1555
                                   // This LCD is known to be susceptible to electrical interference
1556 1556
                                   // which scrambles the display.  Pressing any button clears it up.
1557
+                                  // This is a LCD2004 display with 5 analog buttons.
1558
+
1557 1559
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1558 1560
                                   // A clone of the RepRapDiscount full graphics display but with
1559 1561
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Velleman/K8400/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h Visa fil

@@ -1472,11 +1472,13 @@
1472 1472
 //#define CARTESIO_UI
1473 1473
 
1474 1474
 //
1475
-// ANET_10 Controller supported displays.
1475
+// ANET and Tronxy Controller supported displays.
1476 1476
 //
1477
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1477
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1478 1478
                                   // This LCD is known to be susceptible to electrical interference
1479 1479
                                   // which scrambles the display.  Pressing any button clears it up.
1480
+                                  // This is a LCD2004 display with 5 analog buttons.
1481
+
1480 1482
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1481 1483
                                   // A clone of the RepRapDiscount full graphics display but with
1482 1484
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/adafruit/ST7565/Configuration.h Visa fil

@@ -1516,11 +1516,13 @@
1516 1516
 //#define CARTESIO_UI
1517 1517
 
1518 1518
 //
1519
-// ANET_10 Controller supported displays.
1519
+// ANET and Tronxy Controller supported displays.
1520 1520
 //
1521
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1521
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1522 1522
                                   // This LCD is known to be susceptible to electrical interference
1523 1523
                                   // which scrambles the display.  Pressing any button clears it up.
1524
+                                  // This is a LCD2004 display with 5 analog buttons.
1525
+
1524 1526
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1525 1527
                                   // A clone of the RepRapDiscount full graphics display but with
1526 1528
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h Visa fil

@@ -1650,11 +1650,13 @@
1650 1650
 //#define CARTESIO_UI
1651 1651
 
1652 1652
 //
1653
-// ANET_10 Controller supported displays.
1653
+// ANET and Tronxy Controller supported displays.
1654 1654
 //
1655
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1655
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1656 1656
                                   // This LCD is known to be susceptible to electrical interference
1657 1657
                                   // which scrambles the display.  Pressing any button clears it up.
1658
+                                  // This is a LCD2004 display with 5 analog buttons.
1659
+
1658 1660
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1659 1661
                                   // A clone of the RepRapDiscount full graphics display but with
1660 1662
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h Visa fil

@@ -1643,11 +1643,13 @@
1643 1643
 //#define CARTESIO_UI
1644 1644
 
1645 1645
 //
1646
-// ANET_10 Controller supported displays.
1646
+// ANET and Tronxy Controller supported displays.
1647 1647
 //
1648
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1648
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1649 1649
                                   // This LCD is known to be susceptible to electrical interference
1650 1650
                                   // which scrambles the display.  Pressing any button clears it up.
1651
+                                  // This is a LCD2004 display with 5 analog buttons.
1652
+
1651 1653
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1652 1654
                                   // A clone of the RepRapDiscount full graphics display but with
1653 1655
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/delta/generic/Configuration.h Visa fil

@@ -1637,11 +1637,13 @@
1637 1637
 //#define CARTESIO_UI
1638 1638
 
1639 1639
 //
1640
-// ANET_10 Controller supported displays.
1640
+// ANET and Tronxy Controller supported displays.
1641 1641
 //
1642
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1642
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1643 1643
                                   // This LCD is known to be susceptible to electrical interference
1644 1644
                                   // which scrambles the display.  Pressing any button clears it up.
1645
+                                  // This is a LCD2004 display with 5 analog buttons.
1646
+
1645 1647
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1646 1648
                                   // A clone of the RepRapDiscount full graphics display but with
1647 1649
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/delta/kossel_mini/Configuration.h Visa fil

@@ -1640,11 +1640,13 @@
1640 1640
 //#define CARTESIO_UI
1641 1641
 
1642 1642
 //
1643
-// ANET_10 Controller supported displays.
1643
+// ANET and Tronxy Controller supported displays.
1644 1644
 //
1645
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1645
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1646 1646
                                   // This LCD is known to be susceptible to electrical interference
1647 1647
                                   // which scrambles the display.  Pressing any button clears it up.
1648
+                                  // This is a LCD2004 display with 5 analog buttons.
1649
+
1648 1650
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1649 1651
                                   // A clone of the RepRapDiscount full graphics display but with
1650 1652
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/delta/kossel_pro/Configuration.h Visa fil

@@ -1640,11 +1640,13 @@
1640 1640
 //#define CARTESIO_UI
1641 1641
 
1642 1642
 //
1643
-// ANET_10 Controller supported displays.
1643
+// ANET and Tronxy Controller supported displays.
1644 1644
 //
1645
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1645
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1646 1646
                                   // This LCD is known to be susceptible to electrical interference
1647 1647
                                   // which scrambles the display.  Pressing any button clears it up.
1648
+                                  // This is a LCD2004 display with 5 analog buttons.
1649
+
1648 1650
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1649 1651
                                   // A clone of the RepRapDiscount full graphics display but with
1650 1652
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/delta/kossel_xl/Configuration.h Visa fil

@@ -1649,11 +1649,13 @@
1649 1649
 //#define CARTESIO_UI
1650 1650
 
1651 1651
 //
1652
-// ANET_10 Controller supported displays.
1652
+// ANET and Tronxy Controller supported displays.
1653 1653
 //
1654
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1654
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1655 1655
                                   // This LCD is known to be susceptible to electrical interference
1656 1656
                                   // which scrambles the display.  Pressing any button clears it up.
1657
+                                  // This is a LCD2004 display with 5 analog buttons.
1658
+
1657 1659
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1658 1660
                                   // A clone of the RepRapDiscount full graphics display but with
1659 1661
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h Visa fil

@@ -1530,11 +1530,13 @@
1530 1530
 //#define CARTESIO_UI
1531 1531
 
1532 1532
 //
1533
-// ANET_10 Controller supported displays.
1533
+// ANET and Tronxy Controller supported displays.
1534 1534
 //
1535
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1535
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1536 1536
                                   // This LCD is known to be susceptible to electrical interference
1537 1537
                                   // which scrambles the display.  Pressing any button clears it up.
1538
+                                  // This is a LCD2004 display with 5 analog buttons.
1539
+
1538 1540
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1539 1541
                                   // A clone of the RepRapDiscount full graphics display but with
1540 1542
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/makibox/Configuration.h Visa fil

@@ -1519,11 +1519,13 @@
1519 1519
 //#define CARTESIO_UI
1520 1520
 
1521 1521
 //
1522
-// ANET_10 Controller supported displays.
1522
+// ANET and Tronxy Controller supported displays.
1523 1523
 //
1524
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1524
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1525 1525
                                   // This LCD is known to be susceptible to electrical interference
1526 1526
                                   // which scrambles the display.  Pressing any button clears it up.
1527
+                                  // This is a LCD2004 display with 5 analog buttons.
1528
+
1527 1529
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1528 1530
                                   // A clone of the RepRapDiscount full graphics display but with
1529 1531
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/stm32f103ret6/Configuration.h Visa fil

@@ -1399,11 +1399,13 @@
1399 1399
 //#define BQ_LCD_SMART_CONTROLLER
1400 1400
 
1401 1401
 //
1402
-// ANET_10 Controller supported displays.
1402
+// ANET and Tronxy Controller supported displays.
1403 1403
 //
1404
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1404
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1405 1405
                                   // This LCD is known to be susceptible to electrical interference
1406 1406
                                   // which scrambles the display.  Pressing any button clears it up.
1407
+                                  // This is a LCD2004 display with 5 analog buttons.
1408
+
1407 1409
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1408 1410
                                   // A clone of the RepRapDiscount full graphics display but with
1409 1411
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/tvrrug/Round2/Configuration.h Visa fil

@@ -1511,11 +1511,13 @@
1511 1511
 //#define CARTESIO_UI
1512 1512
 
1513 1513
 //
1514
-// ANET_10 Controller supported displays.
1514
+// ANET and Tronxy Controller supported displays.
1515 1515
 //
1516
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1516
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1517 1517
                                   // This LCD is known to be susceptible to electrical interference
1518 1518
                                   // which scrambles the display.  Pressing any button clears it up.
1519
+                                  // This is a LCD2004 display with 5 analog buttons.
1520
+
1519 1521
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1520 1522
                                   // A clone of the RepRapDiscount full graphics display but with
1521 1523
                                   // different pins/wiring (see pins_ANET_10.h).

+ 4
- 2
Marlin/src/config/examples/wt150/Configuration.h Visa fil

@@ -1521,11 +1521,13 @@
1521 1521
 //#define CARTESIO_UI
1522 1522
 
1523 1523
 //
1524
-// ANET_10 Controller supported displays.
1524
+// ANET and Tronxy Controller supported displays.
1525 1525
 //
1526
-//#define ANET_KEYPAD_LCD         // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1526
+//#define ZONESTAR_LCD            // Requires ADC_KEYPAD_PIN to be assigned to an analog pin.
1527 1527
                                   // This LCD is known to be susceptible to electrical interference
1528 1528
                                   // which scrambles the display.  Pressing any button clears it up.
1529
+                                  // This is a LCD2004 display with 5 analog buttons.
1530
+
1529 1531
 //#define ANET_FULL_GRAPHICS_LCD  // Anet 128x64 full graphics lcd with rotary encoder as used on Anet A6
1530 1532
                                   // A clone of the RepRapDiscount full graphics display but with
1531 1533
                                   // different pins/wiring (see pins_ANET_10.h).

Laddar…
Avbryt
Spara