8 lines
420 B
C
8 lines
420 B
C
#define phone1_width 18
|
|
#define phone1_height 18
|
|
static char phone1_bits[] = {
|
|
0xC0, 0x3F, 0x00, 0xC0, 0x3F, 0x00, 0x30, 0x30, 0x00, 0x30, 0x30, 0x00,
|
|
0x30, 0x3F, 0x00, 0x30, 0x3F, 0x00, 0x30, 0x03, 0x00, 0x30, 0x03, 0x00,
|
|
0x30, 0x03, 0x00, 0x30, 0x03, 0x00, 0x30, 0x03, 0x00, 0x30, 0x03, 0x00,
|
|
0x30, 0x3F, 0x00, 0x30, 0x3F, 0x00, 0x30, 0x30, 0x00, 0x30, 0x30, 0x00,
|
|
0xC0, 0x3F, 0x00, 0xC0, 0x3F, 0x00, };
|