Add onoff labels

This commit is contained in:
Korneliusz Osmenda
2022-09-01 21:23:31 +02:00
parent a879d29a1e
commit 089b092b09
2 changed files with 23 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ add_string(used_set,"PV")
add_string(used_set,"Out")
add_string(used_set,"VA%+- .")
add_string(used_set,"/-\\|")
add_string(used_set,"ONOFF")
if "?" in used_set:
used_set.remove("?")

View File

@@ -191,6 +191,26 @@ unsigned char my_font_[][16] =
0xef,0x0f,
0x1f,0xff,
},
{
0xdf,0xc0,
0xc0,0xdd,
0xd8,0xcf,
0xc7,0xff,
0xef,0x0f,
0x0f,0xef,
0xff,0xff,
0xff,0xff,
},
{
0xc0,0xc0,
0xe3,0xf1,
0xf8,0xc0,
0xc0,0xff,
0x0f,0x0f,
0xff,0xff,
0xff,0x0f,
0x0f,0xff,
},
{
0xe0,0xc0,
0xdf,0xdf,
@@ -293,6 +313,8 @@ char my_font_map_[]=
'9',
'A',
'B',
'F',
'N',
'O',
'P',
'V',