From ae6746142af5e95761ba80a78c4d95c4f80b9884 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 17 Apr 2022 20:26:22 -0400 Subject: add / --- banner.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/banner.c b/banner.c index 393f63e..137b42a 100644 --- a/banner.c +++ b/banner.c @@ -172,6 +172,15 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " .. ", " ", }, + ['/'] = { " ", + " / ", + " / ", + " / ", + " / ", + " / ", + " / ", + " ", }, + ['A'] = { " AA ", " A A ", " A A ", -- cgit v1.2.1