Browse Source

Wanhao D6 uses TINYBOY2 (#16117)

pull/1/head
thisiskeithb 5 years ago
committed by Scott Lahteine
parent
commit
a087a653cd
  1. 10
      config/examples/Wanhao/Duplicator 6/Configuration.h

10
config/examples/Wanhao/Duplicator 6/Configuration.h

@ -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

Loading…
Cancel
Save