Skip to content
Snippets Groups Projects
Commit a087a653 authored by thisiskeithb's avatar thisiskeithb Committed by Scott Lahteine
Browse files

Wanhao D6 uses TINYBOY2 (#16117)

parent b65ab217
No related branches found
No related tags found
No related merge requests found
......@@ -1755,7 +1755,7 @@
//
// ULTIPANEL as seen on Thingiverse.
//
#define ULTIPANEL
//#define ULTIPANEL
//
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
......@@ -1988,10 +1988,7 @@
//
// SSD1306 OLED full graphics generic display
//
#define U8GLIB_SSD1306
#define LCD_WIDTH 22
#define LCD_HEIGHT 5
#define LCD_RESET_PIN 5
//#define U8GLIB_SSD1306
//
// SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
......@@ -2005,7 +2002,8 @@
//
// TinyBoy2 128x64 OLED / Encoder Panel
//
//#define OLED_PANEL_TINYBOY2
#define OLED_PANEL_TINYBOY2
#define LCD_RESET_PIN 5
//
// MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment