Skip to content

Commit 03db9aa

Browse files
committed
update Maixpy glyphs
1 parent 94f0b8b commit 03db9aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firmware/font/hextokff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BYTE_LEN = 2
3333
DEFAULT_CODEPOINTS = [
3434
ord(char)
35-
for char in "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 !#$%&'()*+,-./:;<=>?@[\\]^_\"{|}~█₿ ⊚↳"
35+
for char in "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 !#$%&'()*+,-./:;<=>?@[\\]^_\"{|}~█₿ ⊚↳«»"
3636
]
3737
TRANSLATIONS_DIR = "../../i18n/translations"
3838

0 commit comments

Comments
 (0)