Skip to content

Commit

Permalink
Wanhao D6 uses TINYBOY2 (MarlinFirmware#16117)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and philippniethammer committed Dec 21, 2019
1 parent d84d679 commit 0a587de
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/examples/Wanhao/Duplicator 6/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@
//
// ULTIPANEL as seen on Thingiverse.
//
#define ULTIPANEL
//#define ULTIPANEL

//
// PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0a587de

Please sign in to comment.