Browse Source

Wanhao D6 uses TINYBOY2 (#16117)

thisiskeithb 4 years ago
parent
commit
a087a653cd
1 changed files with 4 additions and 6 deletions
  1. 4
    6
      config/examples/Wanhao/Duplicator 6/Configuration.h

+ 4
- 6
config/examples/Wanhao/Duplicator 6/Configuration.h View File

1755
 //
1755
 //
1756
 // ULTIPANEL as seen on Thingiverse.
1756
 // ULTIPANEL as seen on Thingiverse.
1757
 //
1757
 //
1758
-#define ULTIPANEL
1758
+//#define ULTIPANEL
1759
 
1759
 
1760
 //
1760
 //
1761
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1761
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1988
 //
1988
 //
1989
 // SSD1306 OLED full graphics generic display
1989
 // SSD1306 OLED full graphics generic display
1990
 //
1990
 //
1991
-#define U8GLIB_SSD1306
1992
-#define LCD_WIDTH 22
1993
-#define LCD_HEIGHT 5
1994
-#define LCD_RESET_PIN 5
1991
+//#define U8GLIB_SSD1306
1995
 
1992
 
1996
 //
1993
 //
1997
 // SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
1994
 // SAV OLEd LCD module support using either SSD1306 or SH1106 based LCD modules
2005
 //
2002
 //
2006
 // TinyBoy2 128x64 OLED / Encoder Panel
2003
 // TinyBoy2 128x64 OLED / Encoder Panel
2007
 //
2004
 //
2008
-//#define OLED_PANEL_TINYBOY2
2005
+#define OLED_PANEL_TINYBOY2
2006
+#define LCD_RESET_PIN 5
2009
 
2007
 
2010
 //
2008
 //
2011
 // MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
2009
 // MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER

Loading…
Cancel
Save