mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
#define phonecall_width 16
|
|
#define phonecall_height 16
|
|
static char phonecall_bits[] = {
|
|
0xc8, 0x13,
|
|
0x24, 0x24,
|
|
0x12, 0x24,
|
|
0xc8, 0x12,
|
|
0xa4, 0x01,
|
|
0x12, 0x00,
|
|
0x49, 0x04,
|
|
0xf9, 0x0f,
|
|
0xb1, 0x1a,
|
|
0x59, 0x35,
|
|
0x9e, 0x32,
|
|
0xf9, 0x7f,
|
|
0x0d, 0xa0,
|
|
0x0a, 0xa0,
|
|
0xf0, 0x9f,
|
|
0x20, 0x48,
|
|
|
|
};
|