6 lines
199 B
C
Raw Normal View History

2011-03-17 00:52:49 +01:00
#define shade_width 9
#define shade_height 9
2010-07-09 21:41:59 +02:00
static unsigned char shade_bits[] = {
2011-07-22 15:45:17 +02:00
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };