Explorar el Código

Tweak char_mode init

Scott Lahteine hace 6 años
padre
commit
956680104b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/ultralcd_impl_HD44780.h

+ 1
- 1
Marlin/ultralcd_impl_HD44780.h Ver fichero

@@ -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…
Cancelar
Guardar