6 lines
220 B
C
6 lines
220 B
C
|
#define desk_toggled_width 9
|
||
|
#define desk_toggled_height 9
|
||
|
static unsigned char desk_toggled_bits[] = {
|
||
|
0x00, 0x00, 0xee, 0x00, 0xee, 0x00, 0xee, 0x00, 0x00, 0x00, 0xee, 0x00,
|
||
|
0xee, 0x00, 0xee, 0x00, 0x00, 0x00 };
|