mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 12:44:57 +02:00
6 lines
206 B
Plaintext
Executable File
6 lines
206 B
Plaintext
Executable File
#define menu10_width 10
|
|
#define menu10_height 10
|
|
static char menu10_bits[] = {
|
|
0xfe, 0x01, 0x02, 0x01, 0x02, 0x03, 0x32, 0x03, 0x02, 0x03, 0x32, 0x03,
|
|
0x02, 0x03, 0x02, 0x03, 0xfe, 0x03, 0xf8, 0x03};
|