Browse Source

Tweak char_mode init

Scott Lahteine 6 years ago
parent
commit
956680104b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd_impl_HD44780.h

+ 1
- 1
Marlin/ultralcd_impl_HD44780.h View File

@@ -396,7 +396,7 @@ static void lcd_set_custom_characters(
396 396
   #endif // SDSUPPORT
397 397
 
398 398
   #if ENABLED(SHOW_BOOTSCREEN) || ENABLED(LCD_PROGRESS_BAR)
399
-    static uint8_t char_mode = 0;
399
+    static uint8_t char_mode = CHARSET_MENU;
400 400
     #define CHAR_COND (screen_charset != char_mode)
401 401
   #else
402 402
     #define CHAR_COND true

Loading…
Cancel
Save