arch/dev/Britan/EE

10 lines
518 B
Plaintext

#define EE_width 24
#define EE_height 24
static char EE_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x02,
0xe0, 0x80, 0x03, 0xc0, 0xc1, 0x01, 0x00, 0x77, 0x00, 0x00, 0x3e, 0x00,
0x00, 0x3e, 0x00, 0x00, 0x77, 0x00, 0xc0, 0xc1, 0x01, 0xe0, 0x80, 0x03,
0x20, 0x00, 0x02, 0xe0, 0x80, 0x03, 0xc0, 0xc1, 0x01, 0x00, 0x77, 0x00,
0x00, 0x3e, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x77, 0x00, 0xc0, 0xc1, 0x01,
0xe0, 0x80, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};