File size: 263 Bytes
ef99749 |
1 2 3 4 5 6 7 |
#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};
|