mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-22 05:04:56 +02:00
5 lines
111 B
Plaintext
Executable File
5 lines
111 B
Plaintext
Executable File
#define flipped_gray_width 4
|
|
#define flipped_gray_height 2
|
|
static char flipped_gray_bits[] = {
|
|
0x07, 0x0d};
|