6 lines
199 B
C
6 lines
199 B
C
|
#define shade_width 9
|
||
|
#define shade_height 9
|
||
|
static unsigned char shade_bits[] = {
|
||
|
0xff, 0x01, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|