6 lines
224 B
C
6 lines
224 B
C
|
#define arch_10x10_width 10
|
||
|
#define arch_10x10_height 10
|
||
|
static unsigned char arch_10x10_bits[] = {
|
||
|
0x10, 0x00, 0x10, 0x00, 0x38, 0x00, 0x38, 0x00, 0x7C, 0x00, 0x7C, 0x00,
|
||
|
0xEE, 0x00, 0xC6, 0x00, 0xC7, 0x01, 0x01, 0x01 };
|