blob: 7eca80303d8e61f93db2a3fb8bdbc42d6cfb4d5b (
plain) (
blame)
1
2
3
4
5
|
#define arrow_right_width 16
#define arrow_right_height 8
static unsigned char arrow_right_bits[] = {
0x00, 0x1c, 0x00, 0x38, 0x00, 0x70, 0xfc, 0xff, 0xfc, 0xff, 0x00, 0x70,
0x00, 0x38, 0x00, 0x1c};
|