amazing ascii moving now from file

This commit is contained in:
Priec
2025-11-13 23:35:00 +01:00
parent b52c78d056
commit 04085c97f1
3 changed files with 46 additions and 136793 deletions

View File

@@ -0,0 +1,17 @@
// background_dark_inverted.h
#pragma once
// embedded ASCII art background
static const char *BACKGROUND_DARK_INVERTED[] = {
"##################################################",
"# #",
"# example ASCII background line 1 #",
"# replace this content with your real art #",
"# #",
"#================================================#",
"# #",
"# #",
"##################################################"
};
static const int BACKGROUND_DARK_INVERTED_LINES =
sizeof(BACKGROUND_DARK_INVERTED) / sizeof(BACKGROUND_DARK_INVERTED[0]);