mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 04:34:57 +02:00
7 lines
284 B
Plaintext
Executable File
7 lines
284 B
Plaintext
Executable File
#define dimple3_width 16
|
|
#define dimple3_height 16
|
|
static char dimple3_bits[] = {
|
|
0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|