mirror of
https://github.com/Snigdha-OS/snigdhaos-wsl.git
synced 2025-09-21 20:54:57 +02:00
6 lines
239 B
Plaintext
Executable File
6 lines
239 B
Plaintext
Executable File
#define menu12_width 12
|
|
#define menu12_height 12
|
|
static unsigned char menu12_bits[] = {
|
|
0xfe, 0x03, 0x02, 0x02, 0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x72, 0x06,
|
|
0x02, 0x06, 0x72, 0x06, 0x02, 0x06, 0x02, 0x06, 0xfe, 0x07, 0xf8, 0x07};
|