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:
Johannes
2022-04-04 21:12:37 +02:00
committed by GitHub
parent 43d0a95b31
commit 9a19bd9395
60 changed files with 11975 additions and 2789 deletions

View File

@@ -272,7 +272,7 @@ Text tHeading
Fill : solid color
Style : flat
Associated Keyboard : none
Font ID : 1
Font ID : 2
Back. Color : 6371
Font Color : 65535
Horizontal Alignment : center
@@ -1414,7 +1414,7 @@ Button bPrev
Effect Time : 300
Fill : solid color
Style : flat
Font ID : 2
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Color (Pressed) : 14823
@@ -1468,7 +1468,7 @@ Button bNext
Effect Time : 300
Fill : solid color
Style : flat
Font ID : 2
Font ID : 3
Back. Color : 6371
Back. Picture ID (Pressed) : 65535
Back. Color (Pressed) : 14823
@@ -2117,9 +2117,7 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,tTmp.txt,"~",5
covx tTmp.txt,sys0,0,0
substr pageIcons.tIcons.txt,tIcon1.txt,sys0,1
spstr strCommand.txt,tIcon1.txt,"~",5
vis tIcon1,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",6
@@ -2241,9 +2239,7 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,tTmp.txt,"~",11
covx tTmp.txt,sys0,0,0
substr pageIcons.tIcons.txt,tIcon2.txt,sys0,1
spstr strCommand.txt,tIcon2.txt,"~",11
vis tIcon2,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",12
@@ -2365,9 +2361,7 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,tTmp.txt,"~",17
covx tTmp.txt,sys0,0,0
substr pageIcons.tIcons.txt,tIcon3.txt,sys0,1
spstr strCommand.txt,tIcon3.txt,"~",17
vis tIcon3,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",18
@@ -2489,9 +2483,7 @@ Timer tmSerial
}else
{
// change icon
spstr strCommand.txt,tTmp.txt,"~",23
covx tTmp.txt,sys0,0,0
substr pageIcons.tIcons.txt,tIcon4.txt,sys0,1
spstr strCommand.txt,tIcon4.txt,"~",23
vis tIcon4,1
// change icon color
spstr strCommand.txt,tTmp.txt,"~",24