blob: 58db123a003b1661c610a779b4165edaa5cdf5e7 (
plain) (
blame)
1
2
3
4
5
|
#define arrow_left_width 16
#define arrow_left_height 8
static unsigned char arrow_left_bits[] = {
0x70, 0x00, 0x38, 0x00, 0x1c, 0x00, 0xfe, 0xff, 0xfe, 0xff, 0x1c, 0x00,
0x38, 0x00, 0x70, 0x00};
|