[v0.93][ARM] Support printing ASCII on chips that have lots of attributes (if they have more than 2 different CPUs). Fix all ASCII arts (they were missing the last empty character)

This commit is contained in:
Dr-Noob
2020-11-28 12:24:13 +01:00
parent 7d7af00e68
commit 1d58b1808d
2 changed files with 40 additions and 23 deletions

View File

@@ -23,7 +23,7 @@
\
\
\
"
"
#define INTEL_ASCII \
" ################ \
@@ -44,7 +44,7 @@
#### #### \
##### ########## \
########## ################ \
############################### "
############################### "
#define SNAPDRAGON_ASCII \
" \
@@ -65,7 +65,7 @@
@@@@@@@@@@@@@@@@####### \
@@@@########### \
\
"
"
#define MEDIATEK_ASCII \
" \
@@ -86,7 +86,7 @@
\
\
\
"
"
#define EXYNOS_ASCII \
" \
@@ -107,7 +107,7 @@
\
\
\
"
"
#define ARM_ASCII \
@@ -129,7 +129,7 @@
\
\
\
"
"
#define UNKNOWN_ASCII \
" \
@@ -150,7 +150,7 @@
\
\
\
"
"
static const char* ASCII_ARRAY [] = {
AMD_ASCII,