1
2
3
4
5
6
|
#define menudot_width 16
#define menudot_height 16
static char menudot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0xff, 0x0f,
0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d,
0xab, 0x0e, 0x57, 0x0d, 0xff, 0x0f, 0xff, 0x0f};
|