Files
2017-10-19 12:40:28 -04:00

22 lines
288 B
Plaintext

#define phone_width 16
#define phone_height 16
static char phone_bits[] = {
0x00, 0x00,
0x00, 0x00,
0x00, 0x00,
0xf8, 0x3f,
0x04, 0x40,
0xe2, 0x8f,
0x53, 0x94,
0xff, 0xff,
0xb1, 0x1a,
0x5a, 0x35,
0x9a, 0x32,
0xfd, 0x7f,
0x0a, 0xa0,
0x08, 0xa0,
0xf0, 0x9f,
0x20, 0x48,
};