6 lines
258 B
C
6 lines
258 B
C
#define desk_toggled_width 12
|
|
#define desk_toggled_height 12
|
|
static unsigned char desk_toggled_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x01, 0x98, 0x01, 0x60, 0x00,
|
|
0x60, 0x00, 0x98, 0x01, 0x98, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|