6 lines
234 B
C
6 lines
234 B
C
#define desk_toggled_width 10
|
|
#define desk_toggled_height 10
|
|
static unsigned char desk_toggled_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0xc6, 0x00, 0xc6, 0x00, 0x00, 0x00 };
|