You can not 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
263 B
7 lines
263 B
6 years ago
|
#define cbxarrow_width 11
|
||
|
#define cbxarrow_height 14
|
||
|
static char cbxarrow_bits[] = {
|
||
|
0x00, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00, 0x70, 0x00,
|
||
|
0xfe, 0x03, 0xfc, 0x01, 0xf8, 0x00, 0x70, 0x00, 0x20, 0x00, 0x00, 0x00,
|
||
|
0xfe, 0x03, 0xfe, 0x03};
|