7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
|
#define grid16_width 16
|
||
|
#define grid16_height 16
|
||
|
static char grid16_bits[] = {
|
||
|
0x55, 0x55, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
||
|
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
||
|
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00};
|