mirror of
https://github.com/shagr4th/droid48
synced 2025-01-06 05:25:22 +01:00
6 lines
149 B
C
6 lines
149 B
C
|
#define hp48_logo_width 13
|
||
|
#define hp48_logo_height 4
|
||
|
static unsigned char hp48_logo_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0xf8, 0x1f, 0xf8, 0x1f};
|
||
|
|