4 lines
172 B
C
4 lines
172 B
C
#define max_hover_toggled_width 8
|
|
#define max_hover_toggled_height 8
|
|
static unsigned char max_hover_toggled_bits[] = {
|
|
0x20, 0x60, 0xe0, 0x00, 0x00, 0x07, 0x06, 0x04 };
|