mirror of
https://github.com/shagr4th/droid48
synced 2025-01-06 05:25:22 +01:00
7 lines
246 B
C
7 lines
246 B
C
|
#define quote_gx_width 12
|
||
|
#define quote_gx_height 12
|
||
|
static unsigned char quote_gx_bits[] = {
|
||
|
0x05, 0x0a, 0x05, 0x0a, 0x05, 0x0a, 0x05, 0x0a, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
||
|
|