mirror of
https://github.com/shagr4th/droid48
synced 2025-01-15 15:41:29 +01:00
6 lines
158 B
C
6 lines
158 B
C
|
#define hp48_logo_gx_width 16
|
||
|
#define hp48_logo_gx_height 4
|
||
|
static unsigned char hp48_logo_gx_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0xf8, 0xf7, 0xf8, 0xf7};
|
||
|
|