Add . to font

This commit is contained in:
Korneliusz Osmenda
2022-08-30 21:33:11 +02:00
parent 7545fe6577
commit 724db26bf5
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ add_string(used_set,"1234567890")
add_string(used_set,"Bat")
add_string(used_set,"PV")
add_string(used_set,"Out")
add_string(used_set,"VA%+- ")
add_string(used_set,"VA%+- .")
add_string(used_set,"/-\\|")
if "?" in used_set:
+11
View File
@@ -51,6 +51,16 @@ unsigned char my_font_[][16] =
0xff,0xff,
0xff,0xff,
},
{
0xff,0xff,
0xff,0xff,
0xff,0xff,
0xff,0xff,
0xff,0xff,
0xff,0xcf,
0xcf,0xff,
0xff,0xff,
},
{
0xff,0xff,
0xff,0xfe,
@@ -269,6 +279,7 @@ char my_font_map_[]=
'%',
'+',
'-',
'.',
'/',
'0',
'1',