mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
34 lines
456 B
Plaintext
34 lines
456 B
Plaintext
#define smallclef_width 11
|
|
#define smallclef_height 28
|
|
static char smallclef_bits[] = {
|
|
0xc0, 0x00,
|
|
0xe0, 0x01,
|
|
0x60, 0x01,
|
|
0x20, 0x01,
|
|
0x20, 0x01,
|
|
0xa0, 0x01,
|
|
0xe0, 0x01,
|
|
0xe0, 0x01,
|
|
0xe0, 0x00,
|
|
0xf0, 0x00,
|
|
0x78, 0x00,
|
|
0x7c, 0x00,
|
|
0x5e, 0x00,
|
|
0x4e, 0x00,
|
|
0xe7, 0x01,
|
|
0xf3, 0x03,
|
|
0xfb, 0x07,
|
|
0xbb, 0x06,
|
|
0xbb, 0x04,
|
|
0xb3, 0x04,
|
|
0xa6, 0x06,
|
|
0x8c, 0x03,
|
|
0xf8, 0x01,
|
|
0x00, 0x01,
|
|
0x18, 0x01,
|
|
0x3c, 0x01,
|
|
0xbc, 0x00,
|
|
0x78, 0x00,
|
|
|
|
};
|