10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
#define bed_1_width 24
|
|
#define bed_1_height 24
|
|
static char bed_1_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0xe0,0x03,0x00,0x1e,0x0c,0x00,0x22,0x34,0x00,0xcc,0xc3,0x00,
|
|
0x34,0x30,0x03,0xcc,0xc0,0x0c,0x3c,0x03,0x33,0xf4,0x0c,0x40,
|
|
0xc4,0xf3,0x7f,0x00,0x2f,0x20,0x00,0xfc,0x3f,0x00,0xf0,0x3f,
|
|
0x00,0x20,0x20,0x00,0x20,0x20,0x00,0x00,0x00,0x00,0x00,0x00};
|