6 lines
222 B
C
6 lines
222 B
C
|
#define desk_width 11
|
||
|
#define desk_height 11
|
||
|
static unsigned char desk_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x20, 0x02, 0x20, 0x02, 0xe0, 0x03, 0xfe, 0x03,
|
||
|
0xe0, 0x03, 0x20, 0x02, 0x20, 0x02, 0x00, 0x00, 0x00, 0x00 };
|