summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--banner.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/banner.c b/banner.c
index ee240d3..9c2cbe4 100644
--- a/banner.c
+++ b/banner.c
@@ -199,6 +199,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = {
" 111 ",
" " },
+ ['2'] = { " 2222 ",
+ " 2 2 ",
+ " 2 ",
+ " 2 ",
+ " 2 ",
+ " 2 ",
+ " 222222 ",
+ " ", },
['A'] = { " AA ",
" A A ",