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 rightArrow_width 8
|
|
#define rightArrow_height 15
|
|
static unsigned char rightArrow_bits[] = {
|
|
0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff, 0x7f, 0x3f, 0x1f, 0x0f,
|
|
0x07, 0x03, 0x01};
|
|
|