mirror of
https://github.com/shagr4th/droid48
synced 2025-01-03 23:03:25 +01:00
7 lines
312 B
C
7 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};
|
|
|