Browse Source

Added bed corners to bed icon.

- This makes it look less like a dash (idea stolen from cjsoong).
Marcio Teixeira 7 years ago
parent
commit
e7f329edb2
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/lcd/dogm/status_screen_lite_ST7920.h

+ 3
- 3
Marlin/src/lcd/dogm/status_screen_lite_ST7920.h View File

266
   0b0000000000000000,
266
   0b0000000000000000,
267
   0b0000000000000000,
267
   0b0000000000000000,
268
   0b0000000000000000,
268
   0b0000000000000000,
269
-  0b0000000000000000,
270
   0b0111111111111110,
269
   0b0111111111111110,
271
   0b0111111111111110,
270
   0b0111111111111110,
271
+  0b0110000000000110,
272
   0b0000000000000000,
272
   0b0000000000000000,
273
   0b0000000000000000
273
   0b0000000000000000
274
 };
274
 };
275
 
275
 
276
 const uint16_t heat1_icon[] PROGMEM = {
276
 const uint16_t heat1_icon[] PROGMEM = {
277
   0b0000000000000000,
277
   0b0000000000000000,
278
-  0b0000000000000000,
279
   0b0010001000100000,
278
   0b0010001000100000,
280
   0b0001000100010000,
279
   0b0001000100010000,
281
   0b0000100010001000,
280
   0b0000100010001000,
289
   0b0000000000000000,
288
   0b0000000000000000,
290
   0b0000000000000000,
289
   0b0000000000000000,
291
   0b0000000000000000,
290
   0b0000000000000000,
291
+  0b0000000000000000,
292
   0b0000000000000000
292
   0b0000000000000000
293
 };
293
 };
294
 
294
 
295
 const uint16_t heat2_icon[] PROGMEM = {
295
 const uint16_t heat2_icon[] PROGMEM = {
296
   0b0000000000000000,
296
   0b0000000000000000,
297
-  0b0000000000000000,
298
   0b0000100010001000,
297
   0b0000100010001000,
299
   0b0000100010001000,
298
   0b0000100010001000,
300
   0b0001000100010000,
299
   0b0001000100010000,
308
   0b0000000000000000,
307
   0b0000000000000000,
309
   0b0000000000000000,
308
   0b0000000000000000,
310
   0b0000000000000000,
309
   0b0000000000000000,
310
+  0b0000000000000000,
311
   0b0000000000000000
311
   0b0000000000000000
312
 };
312
 };
313
 
313
 

Loading…
Cancel
Save