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

Loading…
Cancel
Save