mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-21 01:59:31 -07:00
7 lines
252 B
C
7 lines
252 B
C
#define tellipse_width 16
|
|
#define tellipse_height 16
|
|
static char tellipse_bits[] = {
|
|
0xa4,0xda,0xa4,0xda,0xa3,0x3a,0x90,0xf6,0x88,0xee,0x87,0x1e,0x80,0xfe,0xff,
|
|
0x00,0x00,0xff,0x7f,0x01,0x78,0xe1,0x77,0x11,0x6f,0x09,0x5c,0xc5,0x5b,0x25,
|
|
0x5b,0x25};
|