mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 04:34:57 +02:00
7 lines
293 B
Plaintext
Executable File
7 lines
293 B
Plaintext
Executable File
#define wide_weave_width 16
|
|
#define wide_weave_height 16
|
|
static char wide_weave_bits[] = {
|
|
0x11, 0x11, 0xb8, 0xb8, 0x7c, 0x7c, 0x3a, 0x3a, 0x11, 0x11, 0xa3, 0xa3,
|
|
0xc7, 0xc7, 0x8b, 0x8b, 0x11, 0x11, 0xb8, 0xb8, 0x7c, 0x7c, 0x3a, 0x3a,
|
|
0x11, 0x11, 0xa3, 0xa3, 0xc7, 0xc7, 0x8b, 0x8b};
|