v.0.0.2 number_to_bitarray_msb
This commit is contained in:
@@ -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 '(':
|
||||
|
||||
Reference in New Issue
Block a user