mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
297 B
Plaintext
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,
|
|
|
|
};
|