mirror of
https://github.com/horst3180/arc-theme.git
synced 2025-06-13 12:53:52 +00:00
5 lines
133 B
C
5 lines
133 B
C
|
#define desk_width 8
|
||
|
#define desk_height 8
|
||
|
static unsigned char desk_bits[] = {
|
||
|
0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };
|