4 lines
151 B
C
4 lines
151 B
C
#define desk_toggled_width 7
|
|
#define desk_toggled_height 7
|
|
static unsigned char desk_toggled_bits[] = {
|
|
0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00 };
|