2012-01-17 23:14:00 +01:00

6 lines
199 B
C

#define shade_width 9
#define shade_height 9
static unsigned char shade_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };