mirror of
https://github.com/korneliuszo/lumiax-controller.git
synced 2026-08-06 08:53:36 +02:00
Add . to font
This commit is contained in:
+1
-1
@@ -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
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user