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