7 lines
279 B
C
7 lines
279 B
C
|
#define desk_hover_width 14
|
||
|
#define desk_hover_height 14
|
||
|
static unsigned char desk_hover_bits[] = {
|
||
|
0xe0, 0x01, 0xf8, 0x07, 0xfc, 0x0f, 0x3e, 0x1f, 0x3e, 0x1f, 0x3f, 0x3f,
|
||
|
0x07, 0x38, 0x07, 0x38, 0x3f, 0x3f, 0x3e, 0x1f, 0x3e, 0x1f, 0xfc, 0x0f,
|
||
|
0xf8, 0x07, 0xe0, 0x01 };
|