mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 00:38:07 +09:00
hd44780: new text glyph - fan
Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
@@ -170,6 +170,15 @@ HD44780_chars = [
|
|||||||
0b11111,
|
0b11111,
|
||||||
0b11111,
|
0b11111,
|
||||||
0b00000,
|
0b00000,
|
||||||
|
# Fan
|
||||||
|
0b00000,
|
||||||
|
0b10011,
|
||||||
|
0b11010,
|
||||||
|
0b00100,
|
||||||
|
0b01011,
|
||||||
|
0b11001,
|
||||||
|
0b00000,
|
||||||
|
0b00000,
|
||||||
]
|
]
|
||||||
|
|
||||||
TextGlyphs = {
|
TextGlyphs = {
|
||||||
@@ -181,4 +190,5 @@ TextGlyphs = {
|
|||||||
'degrees': '\x04',
|
'degrees': '\x04',
|
||||||
'usb': '\x05',
|
'usb': '\x05',
|
||||||
'sd': '\x06',
|
'sd': '\x06',
|
||||||
|
'fan': '\x07',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user