Add double down arrow to be processed correctly

This commit is contained in:
3d-gussner 2022-09-16 16:18:25 +02:00
parent d8f40f1864
commit ca9b34c4a2
1 changed files with 1 additions and 0 deletions

View File

@ -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': '°',