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.
6 lines
305 B
6 lines
305 B
#define dblLeftArrowDis_width 16
|
|
#define dblLeftArrowDis_height 15
|
|
static unsigned char dblLeftArrowDis_bits[] = {
|
|
0x80, 0x80, 0x40, 0x40, 0xa0, 0xa0, 0x50, 0x50, 0xa8, 0xa8, 0x54, 0x54,
|
|
0xaa, 0xaa, 0x55, 0x55, 0xaa, 0xaa, 0x54, 0x54, 0xa8, 0xa8, 0x50, 0x50,
|
|
0xa0, 0xa0, 0x40, 0x40, 0x80, 0x80};
|
|
|