This commit is contained in:
Miloslav Číž 2021-01-06 18:52:01 +01:00
parent bacc891a0d
commit 4f3c818a9c
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ uint8_t SFG_charToFontIndex(char c)
/**
4x4 font, each character stored as 16 bits.
*/
SFG_PROGRAM_MEMORY uint16_t SFG_font[47] =
uint16_t SFG_font[47] =
{
0xfaf0, // 0 "A"
0xfd70, // 1 "B"