7 lines
297 B
C
7 lines
297 B
C
|
#define load_mem_width 16
|
||
|
#define load_mem_height 16
|
||
|
static unsigned char load_mem_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x12, 0x48, 0x12, 0xfc, 0x3f,
|
||
|
0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0xfc, 0x3f, 0x48, 0x12,
|
||
|
0x48, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|