7 lines
237 B
C
7 lines
237 B
C
|
#define pi_gx_width 10
|
||
|
#define pi_gx_height 12
|
||
|
static unsigned char pi_gx_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xfe, 0x03, 0xff, 0x01,
|
||
|
0xcc, 0x00, 0xcc, 0x00, 0xcc, 0x00, 0xcc, 0x00, 0xcc, 0x00, 0xcc, 0x00};
|
||
|
|