Keith Bennett
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/lcd/dogm/ultralcd_DOGM.cpp
|
|
@ -246,7 +246,7 @@ void MarlinUI::init_lcd() { |
|
|
|
OUT_WRITE(LCD_BACKLIGHT_PIN, DISABLED(DELAYED_BACKLIGHT_INIT)); // Illuminate after reset or right away
|
|
|
|
#endif |
|
|
|
|
|
|
|
#if EITHER(MKS_12864OLED, MKS_12864OLED_SSD1306, FYSETC_242_OLED_12864) |
|
|
|
#if ANY(MKS_12864OLED, MKS_12864OLED_SSD1306, FYSETC_242_OLED_12864) |
|
|
|
SET_OUTPUT(LCD_PINS_DC); |
|
|
|
#ifndef LCD_RESET_PIN |
|
|
|
#define LCD_RESET_PIN LCD_PINS_RS |
|
|
|