Wanhao Duplicator i3 Mini config updates (#14908)

This commit is contained in:
thisiskeithb
2019-08-20 00:38:31 -07:00
committed by Scott Lahteine
parent 05995d1fd6
commit 19e21a8f10
3 changed files with 67 additions and 12 deletions

View File

@ -92,20 +92,22 @@
#define KILL_PIN 64
//
// LCD / Controller
// LCD / Controller (Integrated MINIPANEL)
//
#if HAS_SPI_LCD
#if ENABLED(MINIPANEL)
#define DOGLCD_A0 40
#define DOGLCD_CS 41
#define LCD_BACKLIGHT_PIN 65 // Backlight LED on A11/D65
#define LCD_RESET_PIN 27
#define LCD_CONTRAST 255
#define BTN_EN1 2
#define BTN_EN2 3
#define BTN_ENC 5
#if ENABLED(NEWPANEL)
#define BTN_EN1 2
#define BTN_EN2 3
#define BTN_ENC 5
#endif
// This display has adjustable contrast
#undef HAS_LCD_CONTRAST
#define HAS_LCD_CONTRAST 1
#define LCD_CONTRAST_MIN 0
#define LCD_CONTRAST_MAX 255
#define DEFAULT_LCD_CONTRAST 255
#endif