Browse Source

Added bed corners to bed icon.

- This makes it look less like a dash (idea stolen from cjsoong).
pull/1/head
Marcio Teixeira 6 years ago
parent
commit
e7f329edb2
  1. 6
      Marlin/src/lcd/dogm/status_screen_lite_ST7920.h

6
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
};

Loading…
Cancel
Save