7 lines
269 B
Plaintext
7 lines
269 B
Plaintext
|
#define check_mark_width 14
|
||
|
#define check_mark_height 14
|
||
|
static char check_mark_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x08, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x04, 0x00, 0x06,
|
||
|
0x30, 0x02, 0x60, 0x03, 0x40, 0x01, 0xc0, 0x01, 0x80, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00};
|