diff --git a/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h b/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h index 2c40e6443..8a73f1ac9 100644 --- a/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h +++ b/Marlin/src/lcd/dogm/status_screen_lite_ST7920.h @@ -266,15 +266,14 @@ const uint16_t bed_icon[] PROGMEM = { 0b0000000000000000, 0b0000000000000000, 0b0000000000000000, - 0b0000000000000000, 0b0111111111111110, 0b0111111111111110, + 0b0110000000000110, 0b0000000000000000, 0b0000000000000000 }; const uint16_t heat1_icon[] PROGMEM = { - 0b0000000000000000, 0b0000000000000000, 0b0010001000100000, 0b0001000100010000, @@ -289,11 +288,11 @@ const uint16_t heat1_icon[] PROGMEM = { 0b0000000000000000, 0b0000000000000000, 0b0000000000000000, + 0b0000000000000000, 0b0000000000000000 }; const uint16_t heat2_icon[] PROGMEM = { - 0b0000000000000000, 0b0000000000000000, 0b0000100010001000, 0b0000100010001000, @@ -308,6 +307,7 @@ const uint16_t heat2_icon[] PROGMEM = { 0b0000000000000000, 0b0000000000000000, 0b0000000000000000, + 0b0000000000000000, 0b0000000000000000 };