From cf31015f6a3cc205cb682f154478599b36040382 Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Sat, 2 Mar 2024 20:14:18 +0800 Subject: ui: draw ascii-art icon in about popup --- src/icon.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/icon.h (limited to 'src/icon.h') diff --git a/src/icon.h b/src/icon.h new file mode 100644 index 0000000..b606091 --- /dev/null +++ b/src/icon.h @@ -0,0 +1,25 @@ +#ifndef ICON_H_ +#define ICON_H_ + +const char *icon[] = {"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%@@@@@@@@@@@", + "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#********%@@@@@@@@", + "@@@@@@@@@@@@@@@@@@@@%#**++==+++==+*#%@@@%+%@@@@@@@", + "@@@@@@@@@@@@@@@@@%*=------------------=#@@%@@@@@@@", + "@@@@@@@@@@@@@@@#+----=-:----====-=--=---=*@@@@@@@@", + "@@@@@@@@@@@@@+----=--:=--=----------------=#@@@@@@", + "@@@@@@*====*-:-----::**:=*-------:*#:+=-----=#@@@@", + "@@@@@+:-----------=-#@*-@%-------=%%-*#-----===#@@", + "@@@@%:----:------+#=#+--*%=:---:+%@@=%@-:---=@%#%@", + "@@@@#.----::-----+-=#. -+#%---=#@#-:-+#==---=@@@@@", + "@@@@%::---:.-::--++@@=---%@%+#@@@%..--:=---:#@@@@@", + "@@@@@::---:.:::=:+@%@@##%@@@@@@@@%+==++::-:-@@@@@@", + "@@@@@-::---=++:+*+@@%%%%%%@%%%@@@@%%%@=.::::#@@@@@", + "@@@@%-::::=*#%**@@@@@@@%@@@@@@%#@@%%@@-:::::*@@@@@", + "***#*::::::==+###%%@@@@@@@@@@@@%@@@@%+::::::-=====", + "###*=-:::::-=-=++===*#%@@@@@@@@@%#*+=--::::-======", + "#*+=---::::====-=====-+#%%%%%%*+=--====-:::=====-=", + "=====--=:::-==========+%######=======---==+++++**#", + "==========--==========*%#####%#++=+++#%%@@@@@@@@@@", + 0}; + +#endif \ No newline at end of file -- cgit v1.2.3