v.0.0.3 LedMatrix::drawChar

This commit is contained in:
tiijay
2025-11-04 11:29:09 +01:00
parent d138cb9763
commit ef341ea7ea
4 changed files with 27 additions and 39 deletions

View File

@@ -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 '`':