Browse Source

Apply MKS_12864OLED_SSD1306 to examples

Followup to #8814
pull/1/head
Scott Lahteine 7 years ago
parent
commit
f79026acc1
  1. 3
      Marlin/src/config/default/Configuration.h
  2. 3
      Marlin/src/config/examples/AlephObjects/TAZ4/Configuration.h
  3. 3
      Marlin/src/config/examples/AliExpress/CL-260/Configuration.h
  4. 3
      Marlin/src/config/examples/Anet/A6/Configuration.h
  5. 3
      Marlin/src/config/examples/Anet/A8/Configuration.h
  6. 3
      Marlin/src/config/examples/Azteeg/X5GT/Configuration.h
  7. 3
      Marlin/src/config/examples/BQ/Hephestos/Configuration.h
  8. 3
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h
  9. 3
      Marlin/src/config/examples/BQ/WITBOX/Configuration.h
  10. 3
      Marlin/src/config/examples/Cartesio/Configuration.h
  11. 3
      Marlin/src/config/examples/Creality/CR-10/Configuration.h
  12. 3
      Marlin/src/config/examples/Felix/Configuration.h
  13. 3
      Marlin/src/config/examples/Felix/DUAL/Configuration.h
  14. 3
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h
  15. 3
      Marlin/src/config/examples/Geeetech/GT2560/Configuration.h
  16. 3
      Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h
  17. 3
      Marlin/src/config/examples/Infitary/i3-M508/Configuration.h
  18. 3
      Marlin/src/config/examples/MakerParts/Configuration.h
  19. 3
      Marlin/src/config/examples/Malyan/M150/Configuration.h
  20. 3
      Marlin/src/config/examples/Malyan/M200/Configuration.h
  21. 3
      Marlin/src/config/examples/Micromake/C1/basic/Configuration.h
  22. 3
      Marlin/src/config/examples/Micromake/C1/enhanced/Configuration.h
  23. 3
      Marlin/src/config/examples/RepRapWorld/Megatronics/Configuration.h
  24. 3
      Marlin/src/config/examples/RigidBot/Configuration.h
  25. 3
      Marlin/src/config/examples/SCARA/Configuration.h
  26. 3
      Marlin/src/config/examples/STM32F10/Configuration.h
  27. 3
      Marlin/src/config/examples/Sanguinololu/Configuration.h
  28. 3
      Marlin/src/config/examples/TinyBoy2/Configuration.h
  29. 3
      Marlin/src/config/examples/UltiMachine/Archim2/Configuration.h
  30. 3
      Marlin/src/config/examples/Velleman/K8200/Configuration.h
  31. 3
      Marlin/src/config/examples/Velleman/K8400/Configuration.h
  32. 3
      Marlin/src/config/examples/Velleman/K8400/Dual-head/Configuration.h
  33. 3
      Marlin/src/config/examples/Wanhao/Duplicator 6/Configuration.h
  34. 3
      Marlin/src/config/examples/adafruit/ST7565/Configuration.h
  35. 3
      Marlin/src/config/examples/delta/FLSUN/auto_calibrate/Configuration.h
  36. 3
      Marlin/src/config/examples/delta/FLSUN/kossel_mini/Configuration.h
  37. 3
      Marlin/src/config/examples/delta/generic/Configuration.h
  38. 3
      Marlin/src/config/examples/delta/kossel_mini/Configuration.h
  39. 3
      Marlin/src/config/examples/delta/kossel_pro/Configuration.h
  40. 3
      Marlin/src/config/examples/delta/kossel_xl/Configuration.h
  41. 3
      Marlin/src/config/examples/gCreate/gMax1.5+/Configuration.h
  42. 3
      Marlin/src/config/examples/makibox/Configuration.h
  43. 3
      Marlin/src/config/examples/tvrrug/Round2/Configuration.h
  44. 3
      Marlin/src/config/examples/wt150/Configuration.h

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1650,7 +1650,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1789,7 +1789,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1638,7 +1638,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1618,7 +1618,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1631,7 +1631,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1618,7 +1618,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1629,7 +1629,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1640,7 +1640,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1612,7 +1612,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1612,7 +1612,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1627,7 +1627,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1645,7 +1645,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1634,7 +1634,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1646,7 +1646,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1658,7 +1658,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1629,7 +1629,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1634,7 +1634,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1634,7 +1634,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1642,7 +1642,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1633,7 +1633,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1661,7 +1661,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1686,7 +1686,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1663,7 +1663,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
#endif // K8200_VM8201

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1589,7 +1589,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1630,7 +1630,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1764,7 +1764,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1757,7 +1757,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1751,7 +1751,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1754,7 +1754,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1754,7 +1754,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1763,7 +1763,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1644,7 +1644,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1633,7 +1633,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1625,7 +1625,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

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

@ -1635,7 +1635,8 @@
//
// Tiny, but very sharp OLED display
//
//#define MKS_12864OLED
//#define MKS_12864OLED // Uses the SH1106 controller (default)
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
//
// AZSMZ 12864 LCD with SD

Loading…
Cancel
Save