5 lines
135 B
C
5 lines
135 B
C
|
#define desk_width 10
|
||
|
#define desk_height 10
|
||
|
static unsigned char desk_bits[] = {
|
||
|
0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };
|