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.
|
#define rightArrowDis_width 8
|
|
#define rightArrowDis_height 15
|
|
static unsigned char rightArrowDis_bits[] = {
|
|
0x01, 0x02, 0x05, 0x0a, 0x15, 0x2a, 0x55, 0xaa, 0x55, 0x2a, 0x15, 0x0a,
|
|
0x05, 0x02, 0x01};
|
|
|