Further fix of LCD_PROGRESS_BAR (#9783)

This commit is contained in:
Zachary Hill 2018-02-23 18:53:04 -06:00 committed by Scott Lahteine
parent e0227f2110
commit 4d588b2d6a

View file

@ -340,30 +340,6 @@ static void lcd_set_custom_characters(
B00000
};
#if ENABLED(SDSUPPORT)
// CHARSET_MENU
const static PROGMEM byte refresh[8] = {
B00000,
B00110,
B11001,
B11000,
B00011,
B10011,
B01100,
B00000,
};
const static PROGMEM byte folder[8] = {
B00000,
B11100,
B11111,
B10001,
B10001,
B11111,
B00000,
B00000
};
#if ENABLED(LCD_PROGRESS_BAR)
// CHARSET_INFO
@ -398,6 +374,30 @@ static void lcd_set_custom_characters(
#endif // LCD_PROGRESS_BAR
#if ENABLED(SDSUPPORT)
// CHARSET_MENU
const static PROGMEM byte refresh[8] = {
B00000,
B00110,
B11001,
B11000,
B00011,
B10011,
B01100,
B00000,
};
const static PROGMEM byte folder[8] = {
B00000,
B11100,
B11111,
B10001,
B10001,
B11111,
B00000,
B00000
};
#endif // SDSUPPORT
#if ENABLED(SHOW_BOOTSCREEN) || ENABLED(LCD_PROGRESS_BAR)