blob: f130aacf7bfabd118d4a6bf572f39d52c067f920 (
plain)
1
2
3
4
5
|
#define phone2_width 9
#define phone2_height 9
static unsigned char phone2_bits[] = {
0xfe, 0x00, 0x01, 0x01, 0x7d, 0x01, 0x45, 0x01, 0xc7, 0x01, 0x10, 0x00,
0x01, 0x01, 0xff, 0x01, 0x00, 0x00 };
|