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
       OUT_WRITE(LCD_BACKLIGHT_PIN, DISABLED(DELAYED_BACKLIGHT_INIT)); // Illuminate after reset or right away
246
       OUT_WRITE(LCD_BACKLIGHT_PIN, DISABLED(DELAYED_BACKLIGHT_INIT)); // Illuminate after reset or right away
247
     #endif
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
       SET_OUTPUT(LCD_PINS_DC);
250
       SET_OUTPUT(LCD_PINS_DC);
251
       #ifndef LCD_RESET_PIN
251
       #ifndef LCD_RESET_PIN
252
         #define LCD_RESET_PIN LCD_PINS_RS
252
         #define LCD_RESET_PIN LCD_PINS_RS

Loading…
Cancel
Save