Files
2017-10-19 12:40:28 -04:00

22 lines
297 B
Plaintext

#define thumbsup_width 16
#define thumbsup_height 16
static char thumbsup_bits[] = {
0x00, 0x03,
0x80, 0x04,
0x80, 0x04,
0x80, 0x04,
0xc0, 0x04,
0x7c, 0x04,
0x02, 0x0c,
0x02, 0x78,
0x1e, 0x48,
0x02, 0x48,
0x02, 0x48,
0x1e, 0x48,
0x02, 0x78,
0x02, 0x0c,
0xfc, 0x07,
0x00, 0x00,
};