This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files

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 };