mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-21 02:23:45 -04:00
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
#define light_gray_width 4
|
|
#define light_gray_height 2
|
|
static char light_gray_bits[] = {
|
|
0x08, 0x02};
|