6 lines
213 B
C
6 lines
213 B
C
|
#define close_width 10
|
||
|
#define close_height 10
|
||
|
static unsigned char close_bits[] = {
|
||
|
0x02, 0x01, 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x30, 0x00, 0x48, 0x00,
|
||
|
0x84, 0x00, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00 };
|