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