1
2
3
4
5
6
|
#define yflip2_width 16
#define yflip2_height 16
static char yflip2_bits[] = {
0x00, 0x00, 0xc0, 0x01, 0xe0, 0x03, 0x70, 0x07, 0x58, 0x0d, 0x48, 0x09,
0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x40, 0x01, 0x48, 0x09, 0x58, 0x0d,
0x70, 0x07, 0xe0, 0x03, 0xc0, 0x01, 0x00, 0x00};
|