blob: 94b38ed38e03a030c3c963e9db303c8e7b87b724 (
plain)
1
2
3
4
5
|
#define phone_width 9
#define phone_height 9
static unsigned char phone_bits[] = {
0x78, 0x00, 0x44, 0x00, 0x74, 0x00, 0x14, 0x00, 0x14, 0x00, 0x14, 0x00,
0x74, 0x00, 0x44, 0x00, 0x78, 0x00 };
|