menu.cfg: add fan glyph to __screen2004_static & __screen2004_input
Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
parent
b2691d4730
commit
50d1ad9019
|
@ -641,6 +641,7 @@ items: __card1, __card2, __card3
|
||||||
# \x04 - degrees
|
# \x04 - degrees
|
||||||
# \x05 - usb
|
# \x05 - usb
|
||||||
# \x06 - sdcard
|
# \x06 - sdcard
|
||||||
|
# \x07 - fan
|
||||||
# \x7e - right arrow
|
# \x7e - right arrow
|
||||||
|
|
||||||
[menu __card2004_static]
|
[menu __card2004_static]
|
||||||
|
@ -649,7 +650,7 @@ name: Card 20x04
|
||||||
content:
|
content:
|
||||||
"\x00{0:3s}\x04\x7e{1:3s}\x04 {2}"
|
"\x00{0:3s}\x04\x7e{1:3s}\x04 {2}"
|
||||||
"\x01{3:3s}\x04\x7e{4:3s}\x04 \xa5{8}"
|
"\x01{3:3s}\x04\x7e{4:3s}\x04 \xa5{8}"
|
||||||
"fn{6} \x02{5} {7}"
|
"\x07{6} \x02{5} {7}"
|
||||||
"{9}"
|
"{9}"
|
||||||
items:
|
items:
|
||||||
__card_hotend0_current
|
__card_hotend0_current
|
||||||
|
@ -689,7 +690,7 @@ name: Card 20x04
|
||||||
content:
|
content:
|
||||||
"\x00{0:3s}\x04\x7e{1:3s}\x04 {2}"
|
"\x00{0:3s}\x04\x7e{1:3s}\x04 {2}"
|
||||||
"\x01{3:3s}\x04\x7e{4:3s}\x04 \xa5{8}"
|
"\x01{3:3s}\x04\x7e{4:3s}\x04 \xa5{8}"
|
||||||
"fn{6} \x02{5} {7}"
|
"\x07{6} \x02{5} {7}"
|
||||||
"{9}"
|
"{9}"
|
||||||
items:
|
items:
|
||||||
__card_hotend0_current
|
__card_hotend0_current
|
||||||
|
|
Loading…
Reference in New Issue