Skip to content

Commit c41a102

Browse files
committed
Added E in straight
1 parent 9c119d9 commit c41a102

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Fonts/Straight/straight.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,17 @@ class Straight : public Fonts
6161
}
6262
*/
6363

64-
/*
65-
char **E()
66-
{
64+
char **E()
65+
{
6766
char **character = getCharGrid();
6867

6968
//Enter the character grid in ROWS X COLS
69+
character[0][1] = character[0][2] = '_';
70+
character[1][0] = character[2][0] = '|';
71+
character[1][1] = character[2][1] = character[2][2] = '_';
7072

7173
return character;
7274
}
73-
*/
7475

7576
/*
7677
char **F()

0 commit comments

Comments
 (0)