v.0.0.4 uint8_t charWidth(const uint8_t *charMatrix);

This commit is contained in:
tiijay
2025-11-04 14:08:51 +01:00
parent ef341ea7ea
commit 6377983edd
4 changed files with 17 additions and 44 deletions

View File

@@ -119,6 +119,5 @@ const char font_chars[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0
// Declarations only
const uint8_t *getFontChar(char c);
uint8_t getCharWidth(char c);
#endif