mirror of
https://github.com/shagr4th/droid48
synced 2025-01-15 15:41:29 +01:00
8 lines
309 B
C
8 lines
309 B
C
|
#define menu_label_width 24
|
||
|
#define menu_label_height 11
|
||
|
static unsigned char menu_label_bits[] = {
|
||
|
0xfe, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
|
||
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0x7f};
|
||
|
|