hd44780: new text glyph - fan

Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
Janar Sööt 2018-10-01 19:00:10 +03:00 committed by KevinOConnor
parent d348f0da87
commit b2691d4730
1 changed files with 10 additions and 0 deletions

View File

@ -170,6 +170,15 @@ HD44780_chars = [
0b11111,
0b11111,
0b00000,
# Fan
0b00000,
0b10011,
0b11010,
0b00100,
0b01011,
0b11001,
0b00000,
0b00000,
]
TextGlyphs = {
@ -181,4 +190,5 @@ TextGlyphs = {
'degrees': '\x04',
'usb': '\x05',
'sd': '\x06',
'fan': '\x07',
}