Skip to content

Commit

Permalink
Merge pull request #500 from ben-dh3/add-character-n
Browse files Browse the repository at this point in the history
Add character n to banner
  • Loading branch information
AnshumanMahato authored Oct 20, 2023
2 parents 73abd10 + aa23ef1 commit b76234d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Fonts/banner/banner.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,17 +434,17 @@ class Banner : public Fonts
*/

/*
char **n()
{
char **character = getCharGrid(ROWS,COLS);

char **n()
{
char **character = getCharGrid(7,4);

//Enter the character grid in ROWS X COLS
character[3][0] = character[3][1] = character[3][2] = character[4][0] = character[4][3] = character[5][0] = character[5][3] = character[6][0] = character[6][3] = '#';

return character;
}
return character;
}

*/


/*
char **o()
Expand Down

0 comments on commit b76234d

Please sign in to comment.