mirror of
https://github.com/shagr4th/droid48
synced 2025-01-06 05:25:22 +01:00
8 lines
312 B
C
8 lines
312 B
C
|
#define nl_gx_width 18
|
||
|
#define nl_gx_height 12
|
||
|
static unsigned char nl_gx_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xc0, 0x00, 0x03, 0xf0, 0x00, 0x03,
|
||
|
0xfc, 0x00, 0x03, 0xff, 0xff, 0x03, 0xff, 0xff, 0x03, 0xfc, 0x00, 0x00,
|
||
|
0xf0, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||
|
|