6 lines
309 B
C
Executable file
6 lines
309 B
C
Executable file
#define desk_toggled_width 16
|
|
#define desk_toggled_height 16
|
|
static unsigned char desk_toggled_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x07,
|
|
0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x07,
|
|
0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|