From 6168fd9e6c750e7052a7e7fa4a3a58e05dd862a5 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 17 Apr 2022 19:58:02 -0400 Subject: add H --- banner.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'banner.c') diff --git a/banner.c b/banner.c index 3bde278..2c82138 100644 --- a/banner.c +++ b/banner.c @@ -100,13 +100,13 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " GGGG ", " " }, - ['H'] = { " h ", - " h ", - " h ", - " hhhhh ", - " h h ", - " h h ", - " h h ", + ['H'] = { " H H ", + " H H ", + " H H ", + " HHHHHH ", + " H H ", + " H H ", + " H H ", " " }, ['I'] = { " ", -- cgit v1.2.1