mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-21 18:47:46 -04:00
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
#define dimple1_width 16
|
|
#define dimple1_height 16
|
|
static char dimple1_bits[] = {
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
|