Add support for Unicode over serial (#122)

* added utf8 fonts with multi lang charset

* removed icon substring stuff

* synced US-L version
This commit is contained in:
joBr99
2022-04-04 21:12:37 +02:00
committed by GitHub
parent a3ec6da116
commit 59cc85ec8c
60 changed files with 11975 additions and 2789 deletions

View File

@@ -7,7 +7,7 @@ head = sharedhead + """
""" + navigation
print(head)
start = 3
for i in range(1,7):
for i in range(1,5):
idxstart = start + (i-1)*6
item = f"""
// get Type
@@ -28,9 +28,7 @@ for i in range(1,7):
}}else
{{
// change icon
spstr strCommand.txt,tTmp.txt,"~",{idxstart+2}
covx tTmp.txt,sys0,0,0
substr pageIcons.tIcons.txt,tIcon{i}.txt,sys0,1
spstr strCommand.txt,tIcon{i}.txt,"~",{idxstart+2}
vis tIcon{i},1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",{idxstart+3}