5 lines
234 B
C
5 lines
234 B
C
|
#define close_width 10
|
||
|
#define close_height 10
|
||
|
static unsigned char close_bits[] = {
|
||
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
|