Browse Source

Merge pull request #9501 from thinkyhead/bf2_ulticontroller_v21

[2.0.x] UltiController v2.1 support
pull/1/head
Scott Lahteine 7 years ago
committed by GitHub
parent
commit
db1ace5e82
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Marlin/Configuration.h
  2. 6
      Marlin/src/config/default/Configuration.h
  3. 6
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  4. 6
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  5. 6
      Marlin/src/config/examples/Anet/A6/Configuration.h
  6. 6
      Marlin/src/config/examples/Anet/A8/Configuration.h
  7. 6
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  8. 6
      Marlin/src/config/examples/BIBO/TouchX/Configuration.h
  9. 6
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  10. 6
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  11. 6
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  12. 6
      Marlin/src/config/examples/Cartesio/Configuration.h
  13. 6
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  14. 6
      Marlin/src/config/examples/Creality/CR-10S/Configuration.h
  15. 6
      Marlin/src/config/examples/Creality/Ender/Configuration.h
  16. 6
      Marlin/src/config/examples/Felix/Configuration.h
  17. 6
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  18. 6
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  19. 6
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  20. 6
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  21. 6
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  22. 6
      Marlin/src/config/examples/JGAurora/A5/Configuration.h
  23. 6
      Marlin/src/config/examples/MakerParts/Configuration.h
  24. 6
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  25. 6
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  26. 6
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  27. 6
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  28. 6
      Marlin/src/config/examples/Mks/Sbase/Configuration.h
  29. 6
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  30. 6
      Marlin/src/config/examples/RigidBot/Configuration.h
  31. 6
      Marlin/src/config/examples/SCARA/Configuration.h
  32. 6
      Marlin/src/config/examples/STM32F10/Configuration.h
  33. 6
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  34. 6
      Marlin/src/config/examples/TheBorg/Configuration.h
  35. 6
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  36. 6
      Marlin/src/config/examples/Tronxy/X1/Configuration.h
  37. 6
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  38. 6
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  39. 6
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  40. 6
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  41. 6
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  42. 6
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  43. 6
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  44. 6
      Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h
  45. 6
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  46. 6
      Marlin/src/config/examples/delta/generic/Configuration.h
  47. 6
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  48. 6
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  49. 6
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  50. 6
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  51. 6
      Marlin/src/config/examples/makibox/Configuration.h
  52. 6
      Marlin/src/config/examples/stm32f103ret6/Configuration.h
  53. 6
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  54. 6
      Marlin/src/config/examples/wt150/Configuration.h
  55. 20
      Marlin/src/inc/Conditionals_LCD.h
  56. 3
      Marlin/src/inc/SanityCheck.h
  57. 3
      Marlin/src/lcd/ultralcd_impl_DOGM.h

6
Marlin/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/default/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h

@ -1638,6 +1638,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/AliExpress/CL-260/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Anet/A6/Configuration.h

@ -1768,6 +1768,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Anet/A8/Configuration.h

@ -1627,6 +1627,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Azteeg/X5GT/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BIBO/TouchX/Configuration.h

@ -1603,6 +1603,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BQ/Hephestos/Configuration.h

@ -1606,6 +1606,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h

@ -1619,6 +1619,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/BQ/WITBOX/Configuration.h

@ -1606,6 +1606,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Cartesio/Configuration.h

@ -1617,6 +1617,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Creality/CR-10/Configuration.h

@ -1628,6 +1628,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Creality/CR-10S/Configuration.h

@ -1604,6 +1604,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Creality/Ender/Configuration.h

@ -1607,6 +1607,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Felix/Configuration.h

@ -1600,6 +1600,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Felix/DUAL/Configuration.h

@ -1600,6 +1600,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h

@ -1624,6 +1624,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Geeetech/GT2560/Configuration.h

@ -1633,6 +1633,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Infitary/i3-M508/Configuration.h

@ -1622,6 +1622,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/JGAurora/A5/Configuration.h

@ -1629,6 +1629,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/MakerParts/Configuration.h

@ -1625,6 +1625,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Malyan/M150/Configuration.h

@ -1646,6 +1646,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Malyan/M200/Configuration.h

@ -1608,6 +1608,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Micromake/C1/basic/Configuration.h

@ -1622,6 +1622,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h

@ -1622,6 +1622,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Mks/Sbase/Configuration.h

@ -1621,6 +1621,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/RigidBot/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/SCARA/Configuration.h

@ -1630,6 +1630,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/STM32F10/Configuration.h

@ -1621,6 +1621,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Sanguinololu/Configuration.h

@ -1649,6 +1649,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/TheBorg/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/TinyBoy2/Configuration.h

@ -1674,6 +1674,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Tronxy/X1/Configuration.h

@ -1603,6 +1603,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h

@ -1609,6 +1609,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Velleman/K8200/Configuration.h

@ -1651,6 +1651,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Velleman/K8400/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h

@ -1612,6 +1612,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h

@ -1565,6 +1565,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/adafruit/ST7565/Configuration.h

@ -1618,6 +1618,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h

@ -1752,6 +1752,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/FLSUN/kossel/Configuration.h

@ -1737,6 +1737,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h

@ -1750,6 +1750,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/generic/Configuration.h

@ -1739,6 +1739,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/kossel_mini/Configuration.h

@ -1742,6 +1742,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/kossel_pro/Configuration.h

@ -1742,6 +1742,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/delta/kossel_xl/Configuration.h

@ -1751,6 +1751,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h

@ -1632,6 +1632,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/makibox/Configuration.h

@ -1621,6 +1621,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/stm32f103ret6/Configuration.h

@ -1492,6 +1492,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/tvrrug/Round2/Configuration.h

@ -1613,6 +1613,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

6
Marlin/src/config/examples/wt150/Configuration.h

@ -1623,6 +1623,12 @@
#define U8GLIB_SH1106
#endif
//
// Original Ulticontroller from Ultimaker 2 printer with SSD1309 I2C display and encoder
// https://github.com/Ultimaker/Ultimaker2/tree/master/1249_Ulticontroller_Board_(x1)
//
//#define ULTI_CONTROLLER
//
// CONTROLLER TYPE: Shift register panels
//

20
Marlin/src/inc/Conditionals_LCD.h

@ -151,10 +151,21 @@
#define DEFAULT_LCD_CONTRAST 17
#endif
// Generic support for SSD1306 / SH1106 OLED based LCDs.
#if ENABLED(U8GLIB_SSD1306) || ENABLED(U8GLIB_SH1106)
#if ENABLED(ULTI_CONTROLLER)
#define U8GLIB_SSD1309
#define REVERSE_ENCODER_DIRECTION
#define LCD_RESET_PIN LCD_PINS_D6 // This controller need a reset pin
#define LCD_CONTRAST_MIN 0
#define LCD_CONTRAST_MAX 254
#define DEFAULT_LCD_CONTRAST 127
#define ENCODER_PULSES_PER_STEP 2
#define ENCODER_STEPS_PER_MENU_ITEM 2
#endif
// Generic support for SSD1306 / SSD1309 / SH1106 OLED based LCDs.
#if ENABLED(U8GLIB_SSD1306) || ENABLED(U8GLIB_SSD1309) || ENABLED(U8GLIB_SH1106)
#define ULTRA_LCD //general LCD support, also 16x2
#define DOGLCD // Support for I2C LCD 128x64 (Controller SSD1306 / SH1106 graphic Display Family)
#define DOGLCD // Support for I2C LCD 128x64 (Controller SSD1306 / SSD1309 / SH1106 graphic Display Family)
#endif
#if ENABLED(PANEL_ONE) || ENABLED(U8GLIB_SH1106)
@ -178,7 +189,8 @@
#if ENABLED(ULTIMAKERCONTROLLER) \
|| ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) \
|| ENABLED(G3D_PANEL) \
|| ENABLED(RIGIDBOT_PANEL)
|| ENABLED(RIGIDBOT_PANEL) \
|| ENABLED(ULTI_CONTROLLER)
#define ULTIPANEL
#endif

3
Marlin/src/inc/SanityCheck.h

@ -1426,6 +1426,9 @@ static_assert(1 >= 0
#if ENABLED(ZONESTAR_LCD)
+ 1
#endif
#if ENABLED(ULTI_CONTROLLER)
+ 1
#endif
, "Please select no more than one LCD controller option."
);

3
Marlin/src/lcd/ultralcd_impl_DOGM.h

@ -211,6 +211,9 @@
// Generic support for SH1106 OLED I2C LCDs
//U8GLIB_SH1106_128X64_2X_I2C_2_WIRE u8g(U8G_I2C_OPT_NONE | U8G_I2C_OPT_FAST); // 4 stripes
U8GLIB_SH1106_128X64_2X u8g(U8G_I2C_OPT_NONE | U8G_I2C_OPT_FAST); // 4 stripes
#elif ENABLED(U8GLIB_SSD1309)
// Generic support for SSD1309 OLED I2C LCDs
U8GLIB_SSD1309_128X64 u8g(U8G_I2C_OPT_NONE | U8G_I2C_OPT_FAST);
#elif ENABLED(MINIPANEL)
// The MINIPanel display
//U8GLIB_MINI12864 u8g(DOGLCD_CS, DOGLCD_A0); // 8 stripes

Loading…
Cancel
Save