8 lines
275 B
C
8 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};
|
||
|
|