10 lines
458 B
Plaintext
10 lines
458 B
Plaintext
#define pedestal_2_width 24
|
|
#define pedestal_2_height 24
|
|
static char pedestal_2_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0xff,0x0f,0x18,0x00,0x18,
|
|
0x0c,0x1c,0x30,0x04,0x24,0x30,0x04,0x30,0x30,0x04,0x18,0x30,
|
|
0x04,0x18,0x30,0x04,0x00,0x30,0x04,0x18,0x30,0x0c,0x00,0x38,
|
|
0xf8,0xff,0x1f,0xf0,0xff,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|