Skip to content

Commit

Permalink
Merge pull request #1008 from Manas-Pathak/main
Browse files Browse the repository at this point in the history
Update boomer.h
  • Loading branch information
AnshumanMahato authored Oct 28, 2023
2 parents 08ef3f5 + 4ec78e2 commit 3ad4a50
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Fonts/Boomer/boomer.h
Original file line number Diff line number Diff line change
Expand Up @@ -551,17 +551,19 @@ class Boomer : public Fonts



/*
char **r()
{
char **character = getCharGrid(ROWS,COLS);
char **r()
{
char **character = getCharGrid(8, 5);

//Enter the character grid in ROWS X COLS

character[2][3]=character[2][1] = character[5][1] = character[3][3] = '_';
character[3][0]=character[4][0] = character[5][0] =character[4][2] = character[5][2] = character[3][4] = '|';
character[3][2]='\'';

return character;
}

*/

return character;
}

char **s()
{
Expand Down

0 comments on commit 3ad4a50

Please sign in to comment.