mirror of
https://github.com/shagr4th/droid48
synced 2025-01-08 05:24:15 +01:00
7 lines
246 B
C
7 lines
246 B
C
|
#define under_gx_width 10
|
||
|
#define under_gx_height 12
|
||
|
static unsigned char under_gx_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03};
|
||
|
|