Browse Source

🔧 Update Display Sleep LCD Check (#24934)

Keith Bennett 1 year ago
parent
commit
d3e3a64092
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/SanityCheck.h

+ 1
- 1
Marlin/src/inc/SanityCheck.h View File

3118
  * Display Sleep is not supported by these common displays
3118
  * Display Sleep is not supported by these common displays
3119
  */
3119
  */
3120
 #if HAS_DISPLAY_SLEEP
3120
 #if HAS_DISPLAY_SLEEP
3121
-  #if ANY(IS_U8GLIB_LM6059_AF, IS_U8GLIB_ST7565_64128, REPRAPWORLD_GRAPHICAL_LCD, FYSETC_MINI, CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY, MINIPANEL)
3121
+  #if ANY(IS_U8GLIB_LM6059_AF, IS_U8GLIB_ST7565_64128, REPRAPWORLD_GRAPHICAL_LCD, FYSETC_MINI_12864, CR10_STOCKDISPLAY, MINIPANEL)
3122
     #error "DISPLAY_SLEEP_MINUTES is not supported by your display."
3122
     #error "DISPLAY_SLEEP_MINUTES is not supported by your display."
3123
   #elif !WITHIN(DISPLAY_SLEEP_MINUTES, 0, 255)
3123
   #elif !WITHIN(DISPLAY_SLEEP_MINUTES, 0, 255)
3124
     #error "DISPLAY_SLEEP_MINUTES must be between 0 and 255."
3124
     #error "DISPLAY_SLEEP_MINUTES must be between 0 and 255."

Loading…
Cancel
Save