mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-12-04 06:32:19 -05:00
Fix AVR
This commit is contained in:
parent
bacc891a0d
commit
4f3c818a9c
2
images.h
2
images.h
@ -1344,7 +1344,7 @@ uint8_t SFG_charToFontIndex(char c)
|
|||||||
/**
|
/**
|
||||||
4x4 font, each character stored as 16 bits.
|
4x4 font, each character stored as 16 bits.
|
||||||
*/
|
*/
|
||||||
SFG_PROGRAM_MEMORY uint16_t SFG_font[47] =
|
uint16_t SFG_font[47] =
|
||||||
{
|
{
|
||||||
0xfaf0, // 0 "A"
|
0xfaf0, // 0 "A"
|
||||||
0xfd70, // 1 "B"
|
0xfd70, // 1 "B"
|
||||||
|
Loading…
Reference in New Issue
Block a user