mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-15 23:19:29 -07:00
20 lines
271 B
Plaintext
20 lines
271 B
Plaintext
#define getpoint_width 14
|
|
#define getpoint_height 14
|
|
static char getpoint_bits[] = {
|
|
0x06, 0x00,
|
|
0x09, 0x00,
|
|
0x09, 0x00,
|
|
0x06, 0x00,
|
|
0x10, 0x00,
|
|
0x60, 0x00,
|
|
0xe0, 0x01,
|
|
0xc0, 0x07,
|
|
0xc0, 0x01,
|
|
0x80, 0x02,
|
|
0x80, 0x04,
|
|
0x00, 0x08,
|
|
0x00, 0x10,
|
|
0x00, 0x20,
|
|
|
|
};
|