mirror of
https://github.com/shagr4th/droid48
synced 2025-01-15 15:41:29 +01:00
7 lines
275 B
C
7 lines
275 B
C
#define hp48_text_width 29
|
|
#define hp48_text_height 7
|
|
static unsigned char hp48_text_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0xf8, 0x00, 0xfe, 0x1f};
|
|
|