mirror of
https://github.com/shagr4th/droid48
synced 2025-01-22 07:27:11 +01:00
7 lines
179 B
C
7 lines
179 B
C
|
#define string_width 10
|
||
|
#define string_height 7
|
||
|
static unsigned char string_bits[] = {
|
||
|
0x85, 0x02, 0x85, 0x02, 0x85, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00};
|
||
|
|