v.0.0.2 number_to_bitarray_msb

This commit is contained in:
tiijay
2025-11-03 19:58:32 +01:00
parent 156ce19ec6
commit d138cb9763
4 changed files with 66 additions and 19 deletions

View File

@@ -18,7 +18,6 @@ uint8_t getCharWidth(char c)
{
switch (c)
{
case 'I':
case '!':
case '.':
case ':':
@@ -26,10 +25,10 @@ uint8_t getCharWidth(char c)
case '\'':
case '|':
return 1;
case 'i':
case ' ':
return 2;
case 'J':
case 'I':
case 'i':
case 'j':
case 'l':
case '(':