You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
254 B
C
7 lines
254 B
C
3 weeks ago
|
#define ck_def_width 13
|
||
|
#define ck_def_height 13
|
||
|
static unsigned char ck_def_bits[] = {
|
||
|
0xff, 0x1f, 0x01, 0x10, 0x55, 0x15, 0x01, 0x10, 0x55, 0x15, 0x01, 0x10,
|
||
|
0x55, 0x15, 0x01, 0x10, 0x55, 0x15, 0x01, 0x10, 0x55, 0x15, 0x01, 0x10,
|
||
|
0xff, 0x1f};
|