Skip to content

Commit 9f5b0b8

Browse files
thisiskeithbthinkyhead
authored andcommitted
🔧 Update Display Sleep LCD Check (MarlinFirmware#24934)
1 parent d9ffae6 commit 9f5b0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/inc/SanityCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3118,7 +3118,7 @@ static_assert(Y_MAX_LENGTH >= Y_BED_SIZE, "Movement bounds (Y_MIN_POS, Y_MAX_POS
31183118
* Display Sleep is not supported by these common displays
31193119
*/
31203120
#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)
31223122
#error "DISPLAY_SLEEP_MINUTES is not supported by your display."
31233123
#elif !WITHIN(DISPLAY_SLEEP_MINUTES, 0, 255)
31243124
#error "DISPLAY_SLEEP_MINUTES must be between 0 and 255."

0 commit comments

Comments
 (0)