Skip to content

Commit

Permalink
Added font A to drpepper
Browse files Browse the repository at this point in the history
Added font A to drpepper
  • Loading branch information
ShubhamJatavBankai authored Oct 24, 2023
1 parent 30b9903 commit f1856bd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 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 Expand Up @@ -730,4 +728,4 @@ class Drpepper : public Fonts
*/
};
#endif
#endif

0 comments on commit f1856bd

Please sign in to comment.