From e7f329edb297407d6995a4a8d8bf850ec3989f8e Mon Sep 17 00:00:00 2001 From: Marcio Teixeira Date: Wed, 21 Feb 2018 15:31:56 -0700 Subject: [PATCH] Added bed corners to bed icon. - This makes it look less like a dash (idea stolen from cjsoong). --- Marlin/src/lcd/dogm/status_screen_lite_ST7920.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 };