Skip to content

Commit c114624

Browse files
Merge branch 'main' into main
2 parents e96f776 + c270ab0 commit c114624

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Fonts/Straight/straight.h

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,19 @@ class Straight : public Fonts
7373
return character;
7474
}
7575

76-
/*
76+
7777
char **F()
7878
{
7979
char **character = getCharGrid();
8080

8181
//Enter the character grid in ROWS X COLS
82+
character[1][0]=character[2][0]='|';
83+
character[0][1]=character[0][2]=character[1][1]='_';
84+
8285

8386
return character;
8487
}
85-
*/
88+
8689

8790
/*
8891
char **G()
@@ -753,4 +756,4 @@ char **Z()
753756
754757
*/
755758
};
756-
#endif
759+
#endif

0 commit comments

Comments
 (0)