From 1923845a0d1a6af2899324f7dbf6b92ffd94e362 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 17 Apr 2022 20:03:01 -0400 Subject: add P --- banner.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'banner.c') diff --git a/banner.c b/banner.c index 2569f87..4514791 100644 --- a/banner.c +++ b/banner.c @@ -172,14 +172,14 @@ static char letters[UCHAR_MAX][CHARACTER_HEIGHT][CHARACTER_WIDTH] = { " OOOO ", " " }, - ['P'] = { " ", - " ", - " ppppp ", - " p p ", - " p p ", - " ppppp ", - " p ", - " p " }, + ['P'] = { " PPPPP ", + " P P ", + " P P ", + " PPPPP ", + " P ", + " P ", + " P ", + " " }, ['Q'] = { " ", " ", -- cgit v1.2.1