5 lines
118 B
C
5 lines
118 B
C
#define shade_width 5
|
|
#define shade_height 5
|
|
static unsigned char shade_bits[] = {
|
|
0x04, 0x0a, 0x11, 0x04, 0x0a };
|