8 lines
417 B
C
8 lines
417 B
C
#define arch2_width 18
|
|
#define arch2_height 18
|
|
static char arch2_bits[] = {
|
|
0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00, 0x00, 0x03, 0x00,
|
|
0xC0, 0x0F, 0x00, 0xC0, 0x0F, 0x00, 0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00,
|
|
0xF0, 0x3F, 0x00, 0xF0, 0x3F, 0x00, 0xFC, 0xFC, 0x00, 0xFC, 0xFC, 0x00,
|
|
0x3C, 0xF0, 0x00, 0x3C, 0xF0, 0x00, 0x3F, 0xF0, 0x03, 0x3F, 0xF0, 0x03,
|
|
0x03, 0x00, 0x03, 0x03, 0x00, 0x03, };
|