display: Change Extruder, Bed and Fan icons design (#740)

Based on replies from Issue 652 (https://github.com/KevinOConnor/klipper/issues/652) only Extruder, Bed and Fan icons are changed. Feedrate icon stays untouched.

Signed-off-by: Alexander Fadeev <alfsoft@gmail.com>
This commit is contained in:
alfsoft 2018-10-04 20:25:29 +03:00 committed by KevinOConnor
parent d29eb731a9
commit 630989c0fe
1 changed files with 60 additions and 60 deletions

View File

@ -7,16 +7,16 @@
extruder_icon = [
0b0000000000000000,
0b0000000000000000,
0b0000111111110000,
0b0001111111111000,
0b0001111111111000,
0b0001111111111000,
0b0000111111110000,
0b0000111111110000,
0b0001111111111000,
0b0001111111111000,
0b0001111111111000,
0b0011111111111100,
0b0000011111100000,
0b0011111111111100,
0b0000011111100000,
0b0011111111111100,
0b0000000000000000,
0b0000111111110000,
0b0000111111010000,
0b0000111111110000,
0b0000000000000000,
0b0000001111000000,
0b0000000110000000,
0b0000000000000000,
@ -35,9 +35,9 @@ bed_icon = [
0b0000000000000000,
0b0000000000000000,
0b0000000000000000,
0b0000000000000000,
0b0111111111111110,
0b0111111111111110,
0b0001111111110000,
0b0010000000001000,
0b0111111111111100,
0b0000000000000000,
0b0000000000000000
]
@ -45,18 +45,18 @@ bed_icon = [
bed_heat1_icon = [
0b0000000000000000,
0b0000000000000000,
0b0010001000100000,
0b0001000100010000,
0b0000100010001000,
0b0000100010001000,
0b0001000100010000,
0b0010001000100000,
0b0010001000100000,
0b0001000100010000,
0b0000100010001000,
0b0010000100001000,
0b0100001000010000,
0b0010000100001000,
0b0001000010000100,
0b0010000100001000,
0b0100001000010000,
0b0010000100001000,
0b0000000000000000,
0b0111111111111110,
0b0111111111111110,
0b0000000000000000,
0b0001111111110000,
0b0010000000001000,
0b0111111111111100,
0b0000000000000000,
0b0000000000000000
]
@ -64,56 +64,56 @@ bed_heat1_icon = [
bed_heat2_icon = [
0b0000000000000000,
0b0000000000000000,
0b0000100010001000,
0b0000100010001000,
0b0001000100010000,
0b0010001000100000,
0b0010001000100000,
0b0001000100010000,
0b0000100010001000,
0b0000100010001000,
0b0001000100010000,
0b0010000100001000,
0b0001000010000100,
0b0010000100001000,
0b0100001000010000,
0b0010000100001000,
0b0001000010000100,
0b0010000100001000,
0b0000000000000000,
0b0111111111111110,
0b0111111111111110,
0b0000000000000000,
0b0001111111110000,
0b0010000000001000,
0b0111111111111100,
0b0000000000000000,
0b0000000000000000
]
fan1_icon = [
0b0000000000000000,
0b0111111111111110,
0b0111000000001110,
0b0110001111000110,
0b0100001111000010,
0b0100000110000010,
0b0101100000011010,
0b0101110110111010,
0b0101100000011010,
0b0100000110000010,
0b0100001111000010,
0b0110001111000110,
0b0111000000001110,
0b0111111111111110,
0b0000000000000000,
0b0000111000000000,
0b0001111000011000,
0b0001111000111100,
0b0000111001111100,
0b0000010000111100,
0b0000000110000000,
0b0000000110000000,
0b0011110000100000,
0b0011111001110000,
0b0011110001111000,
0b0001100001111000,
0b0000000000110000,
0b0000000000000000,
0b0000000000000000
]
fan2_icon = [
0b0000000000000000,
0b0111111111111110,
0b0111000000001110,
0b0110010000100110,
0b0100111001110010,
0b0101111001111010,
0b0100110000110010,
0b0100000110000010,
0b0100110000110010,
0b0101111001111010,
0b0100111001110010,
0b0110010000100110,
0b0111000000001110,
0b0111111111111110,
0b0000000000000000,
0b0000000111100000,
0b0000000111100000,
0b0000000111000000,
0b0011000110000000,
0b0011100000000000,
0b0011110110111100,
0b0011110110111100,
0b0000000000011100,
0b0000000110001100,
0b0000001110000000,
0b0000011110000000,
0b0000011110000000,
0b0000000000000000,
0b0000000000000000
]