Files
2018-02-19 18:28:35 -05:00

7 lines
290 B
C

#define shapez_width 16
#define shapez_height 16
static unsigned char shapez_bits[] = {
0x03, 0x80, 0x06, 0xc0, 0x0d, 0x60, 0x1a, 0xb0, 0x35, 0x58, 0x6a, 0xac,
0xd5, 0x56, 0xaa, 0xab, 0xd5, 0x57, 0xea, 0xaf, 0xf5, 0x5f, 0xfa, 0xbf,
0xfd, 0x7f, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff};