6 lines
234 B
C
6 lines
234 B
C
|
#define desk_width 12
|
||
|
#define desk_height 12
|
||
|
static unsigned char desk_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x98, 0x01, 0x98, 0x01, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x98, 0x01, 0x98, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|