blob: f9821ea610e698a1acdc97704ffa923f9dfa08aa (
plain)
1
2
3
4
5
|
#define memory_width 9
#define memory_height 9
static unsigned char memory_bits[] = {
0xaa, 0x00, 0x00, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00,
0xfe, 0x00, 0x00, 0x00, 0xaa, 0x00 };
|