arch/dev/Britan/E

10 lines
515 B
Plaintext

#define E_width 24
#define E_height 24
static char E_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x0c,
0x70, 0x00, 0x0e, 0xf0, 0x00, 0x0f, 0xb0, 0xc3, 0x0d, 0x30, 0xe7, 0x0c,
0x30, 0x7e, 0x0c, 0x30, 0x18, 0x0c, 0x30, 0x00, 0x0c, 0x30, 0x00, 0x0c,
0x30, 0x00, 0x0c, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18,
0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x18, 0x00, 0x18,
0x18, 0x00, 0x18, 0x18, 0x00, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};