Add double down arrow to be processed correctly
This commit is contained in:
parent
d8f40f1864
commit
ca9b34c4a2
|
|
@ -1,5 +1,6 @@
|
||||||
# Mapping from LCD source encoding to unicode characters
|
# Mapping from LCD source encoding to unicode characters
|
||||||
CUSTOM_CHARS = {
|
CUSTOM_CHARS = {
|
||||||
|
'\x06': '⏬',
|
||||||
'\x04': '🔃',
|
'\x04': '🔃',
|
||||||
'\xe4': 'µ',
|
'\xe4': 'µ',
|
||||||
'\xdf': '°',
|
'\xdf': '°',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue