7 lines
297 B
C
7 lines
297 B
C
|
#define load_cpu_width 16
|
||
|
#define load_cpu_height 16
|
||
|
static unsigned char load_cpu_bits[] = {
|
||
|
0x00, 0x00, 0x48, 0x12, 0x48, 0x12, 0xfc, 0x3f, 0xfc, 0x3f, 0xfe, 0x7f,
|
||
|
0x1c, 0x38, 0x1c, 0x38, 0x1e, 0x78, 0x1c, 0x38, 0xfc, 0x3f, 0xfe, 0x7f,
|
||
|
0xfc, 0x3f, 0x48, 0x12, 0x48, 0x12, 0x00, 0x00 };
|