5 lines
163 B
C
5 lines
163 B
C
|
#define shade_disabled_width 8
|
||
|
#define shade_disabled_height 8
|
||
|
static unsigned char shade_disabled_bits[] = {
|
||
|
0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00 };
|