blob: c3f2dddbe856dd244563148af542723417113adf (
plain)
1
2
3
4
5
|
#define arrow_right2_width 9
#define arrow_right2_height 9
static unsigned char arrow_right2_bits[] = {
0x00, 0x00, 0x20, 0x00, 0x60, 0x00, 0xfe, 0x00, 0xfe, 0x01, 0xfe, 0x00,
0x60, 0x00, 0x20, 0x00, 0x00, 0x00 };
|