Skip to content

Commit 9241f41

Browse files
committed
Letter F added to starwar
2 parents 6e2283a + 545adc4 commit 9241f41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Fonts/banner/banner.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -565,17 +565,17 @@ class Banner : public Fonts
565565
566566
*/
567567

568-
/*
568+
569569
char **w()
570570
{
571571
char **character = getCharGrid();
572572

573-
//Enter the character grid in ROWS X COLS
573+
character[1][0] = character[1][4] = character[2][0] = character[2][4] = character[3][0] = character[3][2] = character[3][4] = character[4][0] = character[4][1] = character[4][3] = character[4][4] = '#';
574574

575575
return character;
576576
}
577577

578-
*/
578+
579579

580580
/*
581581
char **x()

0 commit comments

Comments
 (0)