mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
5 lines
133 B
C
Executable File
5 lines
133 B
C
Executable File
#define desk_width 8
|
|
#define desk_height 8
|
|
static unsigned char desk_bits[] = {
|
|
0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };
|