mirror of
https://github.com/jscrane/r65emu.git
synced 2025-02-07 16:30:36 +00:00
PROGMEM
This commit is contained in:
parent
dd4a4dc23b
commit
66af4140f9
@ -3,7 +3,7 @@
|
||||
// Memory usage : 764 bytes
|
||||
// # characters : 95
|
||||
|
||||
const unsigned char TinyFont[764]={
|
||||
const unsigned char TinyFont[764] PROGMEM ={
|
||||
0x08,0x08,0x20,0x5F,
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // <Space>
|
||||
0x18,0x3C,0x3C,0x18,0x18,0x00,0x18,0x00, // !
|
||||
|
Loading…
x
Reference in New Issue
Block a user