mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 06:29:30 -07:00
13 lines
750 B
C
13 lines
750 B
C
#define floral5_width 34
|
|
#define floral5_height 21
|
|
static unsigned char floral5_bits[] = {
|
|
0x1e, 0x82, 0x11, 0xe1, 0x00, 0x25, 0x02, 0xe3, 0x61, 0x00, 0x52, 0x02,
|
|
0x07, 0x11, 0x02, 0x5c, 0x01, 0x06, 0x09, 0x02, 0x21, 0x79, 0x78, 0x0a,
|
|
0x00, 0x9e, 0x94, 0x80, 0x07, 0x00, 0x88, 0x4a, 0x01, 0x02, 0x00, 0x90,
|
|
0x72, 0x01, 0x02, 0x00, 0xa0, 0x84, 0x00, 0x01, 0x00, 0x41, 0x78, 0x80,
|
|
0x00, 0x02, 0x83, 0x10, 0x80, 0x78, 0x00, 0x87, 0x88, 0x41, 0x94, 0x00,
|
|
0x86, 0xc7, 0x40, 0x4a, 0x01, 0x88, 0xe0, 0x80, 0x7a, 0x01, 0x90, 0x60,
|
|
0x9e, 0x84, 0x00, 0x70, 0x1e, 0x25, 0x79, 0x00, 0xc0, 0x81, 0x52, 0x11,
|
|
0x00, 0x40, 0x80, 0x5e, 0x09, 0x00, 0x80, 0x00, 0x21, 0x05, 0x00, 0x80,
|
|
0x00, 0x1e, 0x82, 0x01, 0x00, 0x01, 0x08, 0xc1, 0x00 };
|