mirror of
https://github.com/shagr4th/droid48
synced 2025-01-30 20:34:41 +01:00
8 lines
284 B
C
8 lines
284 B
C
|
#define hp48_text_gx_width 29
|
||
|
#define hp48_text_gx_height 7
|
||
|
static unsigned char hp48_text_gx_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x1f};
|
||
|
|