5 lines
145 B
C
5 lines
145 B
C
|
#define desk_toggled_width 6
|
||
|
#define desk_toggled_height 6
|
||
|
static unsigned char desk_toggled_bits[] = {
|
||
|
0x00, 0x18, 0x00, 0x00, 0x00, 0x18 };
|