2019-08-19 17:24:33 +00:00
|
|
|
#define shade_width 10
|
|
|
|
#define shade_height 10
|
|
|
|
static unsigned char shade_bits[] = {
|
2019-12-18 03:50:40 +00:00
|
|
|
0x7c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xef, 0x01, 0xd7, 0x01, 0xbb, 0x01,
|
2019-08-19 17:24:33 +00:00
|
|
|
0xff, 0x01, 0xfe, 0x00, 0x7c, 0x00, 0x00, 0x00 };
|