v.0.0.3 LedMatrix::drawChar
This commit is contained in:
@@ -24,9 +24,8 @@ uint8_t getCharWidth(char c)
|
||||
case ';':
|
||||
case '\'':
|
||||
case '|':
|
||||
return 1;
|
||||
case ' ':
|
||||
return 2;
|
||||
return 1;
|
||||
case 'I':
|
||||
case 'i':
|
||||
case 'j':
|
||||
@@ -46,8 +45,6 @@ uint8_t getCharWidth(char c)
|
||||
case 'e':
|
||||
case 'f':
|
||||
case 'k':
|
||||
case 's':
|
||||
case 't':
|
||||
case '<':
|
||||
case '>':
|
||||
case '`':
|
||||
|
||||
Reference in New Issue
Block a user