Skip to content

Commit

Permalink
Merge pull request #754 from ShubhamJatavBankai/main
Browse files Browse the repository at this point in the history
Added font A to drpepper
  • Loading branch information
AnshumanMahato authored Oct 24, 2023
2 parents 6596c0f + f1856bd commit 597b314
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Fonts/drpepper/drpepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ class Drpepper : public Fonts

// Uppercase

/*
char **A()
char **A()
{
char **character = getCharGrid(rows,cols);
//Enter the character grid in ROWS X COLS
char **character = getCharGrid(4,5);

character[1][0]=character[1][4]=character[2][0]=character[2][4]=character[3][0]=character[3][2]=character[3][4]='|';
character[0][1]=character[0][2]=character[0][3]=character[3][1]=character[3][3]='_';
character[1][2]='.';
return character;
}
*/

/*
char **B()
{
Expand Down

0 comments on commit 597b314

Please sign in to comment.