5 lines
249 B
C
5 lines
249 B
C
#define max_toggled_hover_width 10
|
|
#define max_toggled_hover_height 10
|
|
static unsigned char max_toggled_hover_bits[] = {
|
|
0xf8, 0x03, 0xf8, 0x03, 0xf8, 0x03, 0x08, 0x02, 0x3f, 0x02, 0x21, 0x02,
|
|
0xe1, 0x03, 0xe1, 0x03, 0x21, 0x00, 0x3f, 0x00 };
|