Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wanhao D6 uses TINYBOY2 #16117

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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