2011-07-22 15:45:17 +02: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 };