|
#define desk_width 15
|
|
#define desk_height 15
|
|
static unsigned char desk_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0xfc, 0x1f, 0x0c, 0x18, 0x0c, 0x18,
|
|
0xcc, 0x19, 0xcc, 0x19, 0xcc, 0x19, 0x0c, 0x18, 0x0c, 0x18, 0xfc, 0x1f,
|
|
0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00 };
|