mirror of
https://github.com/shagr4th/droid48
synced 2025-01-22 07:27:11 +01:00
8 lines
318 B
C
8 lines
318 B
C
|
#define prog_gx_width 24
|
||
|
#define prog_gx_height 12
|
||
|
static unsigned char prog_gx_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0xc3, 0x18,
|
||
|
0x8c, 0x81, 0x31, 0xc6, 0x00, 0x63, 0x63, 0x00, 0xc6, 0xc6, 0x00, 0x63,
|
||
|
0x8c, 0x81, 0x31, 0x18, 0xc3, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||
|
|