mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
6 lines
237 B
C
6 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};
|
|
|