6 lines
213 B
C
6 lines
213 B
C
|
#define shade_width 10
|
||
|
#define shade_height 10
|
||
|
static unsigned char shade_bits[] = {
|
||
|
0xff, 0x03, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|