OLED LCD section
This commit is contained in:
		| @@ -1909,31 +1909,12 @@ | ||||
| // | ||||
| //#define LCD_FOR_MELZI | ||||
|  | ||||
| // | ||||
| // SSD1306 OLED full graphics generic display | ||||
| // | ||||
| //#define U8GLIB_SSD1306 | ||||
|  | ||||
| // | ||||
| // SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules | ||||
| // | ||||
| //#define SAV_3DGLCD | ||||
| #if ENABLED(SAV_3DGLCD) | ||||
|   //#define U8GLIB_SSD1306 | ||||
|   #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 | ||||
|  | ||||
| // | ||||
| // TinyBoy2 128x64 OLED / Encoder Panel | ||||
| // | ||||
| //#define OLED_PANEL_TINYBOY2 | ||||
|  | ||||
| // | ||||
| // MKS MINI12864 with graphic controller and SD support | ||||
| // https://reprap.org/wiki/MKS_MINI_12864 | ||||
| @@ -1967,15 +1948,6 @@ | ||||
| // | ||||
| //#define ANET_FULL_GRAPHICS_LCD | ||||
|  | ||||
| // | ||||
| // MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER | ||||
| // http://reprap.org/wiki/MKS_12864OLED | ||||
| // | ||||
| // Tiny, but very sharp OLED display | ||||
| // | ||||
| //#define MKS_12864OLED          // Uses the SH1106 controller (default) | ||||
| //#define MKS_12864OLED_SSD1306  // Uses the SSD1306 controller | ||||
|  | ||||
| // | ||||
| // AZSMZ 12864 LCD with SD | ||||
| // https://www.aliexpress.com/store/product/3D-printer-smart-controller-SMART-RAMPS-OR-RAMPS-1-4-LCD-12864-LCD-control-panel-green/2179173_32213636460.html | ||||
| @@ -1988,6 +1960,43 @@ | ||||
| // | ||||
| //#define SILVER_GATE_GLCD_CONTROLLER | ||||
|  | ||||
| //============================================================================= | ||||
| //==============================  OLED Displays  ============================== | ||||
| //============================================================================= | ||||
|  | ||||
| // | ||||
| // SSD1306 OLED full graphics generic display | ||||
| // | ||||
| //#define U8GLIB_SSD1306 | ||||
|  | ||||
| // | ||||
| // SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules | ||||
| // | ||||
| //#define SAV_3DGLCD | ||||
| #if ENABLED(SAV_3DGLCD) | ||||
|   #define U8GLIB_SSD1306 | ||||
|   //#define U8GLIB_SH1106 | ||||
| #endif | ||||
|  | ||||
| // | ||||
| // TinyBoy2 128x64 OLED / Encoder Panel | ||||
| // | ||||
| //#define OLED_PANEL_TINYBOY2 | ||||
|  | ||||
| // | ||||
| // MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER | ||||
| // http://reprap.org/wiki/MKS_12864OLED | ||||
| // | ||||
| // Tiny, but very sharp OLED display | ||||
| // | ||||
| //#define MKS_12864OLED          // Uses the SH1106 controller (default) | ||||
| //#define MKS_12864OLED_SSD1306  // Uses the SSD1306 controller | ||||
|  | ||||
| // | ||||
| // Einstart S OLED SSD1306 | ||||
| // | ||||
| //#define U8GLIB_SH1106_EINSTART | ||||
|  | ||||
| //============================================================================= | ||||
| //========================== Extensible UI Displays =========================== | ||||
| //============================================================================= | ||||
|   | ||||
		Reference in New Issue
	
	Block a user