Browse Source

FYSETC OLED followup (#18519)

Keith Bennett 5 years ago
parent
commit
8c205c5ff6
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/dogm/ultralcd_DOGM.cpp

+ 1
- 1
Marlin/src/lcd/dogm/ultralcd_DOGM.cpp View File

@@ -246,7 +246,7 @@ void MarlinUI::init_lcd() {
246 246
       OUT_WRITE(LCD_BACKLIGHT_PIN, DISABLED(DELAYED_BACKLIGHT_INIT)); // Illuminate after reset or right away
247 247
     #endif
248 248
 
249
-    #if EITHER(MKS_12864OLED, MKS_12864OLED_SSD1306, FYSETC_242_OLED_12864)
249
+    #if ANY(MKS_12864OLED, MKS_12864OLED_SSD1306, FYSETC_242_OLED_12864)
250 250
       SET_OUTPUT(LCD_PINS_DC);
251 251
       #ifndef LCD_RESET_PIN
252 252
         #define LCD_RESET_PIN LCD_PINS_RS

Loading…
Cancel
Save