Skip to content

Commit d459daa

Browse files
committed
added character 0 to starwar
1 parent 810fce3 commit d459daa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Fonts/starwar/starwar.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,17 +670,21 @@ class Starwar : public Fonts
670670

671671
// Numbers
672672

673-
/*
673+
674674
char **zero()
675675
{
676676
char **character = getCharGrid();
677677

678678
//Enter the character grid in ROWS X COLS
679+
character[0][2]=character[0][3]=character[0][4]=character[1][3]=character[4][3]=character[5][2]=character[5][3]=character[5][4]='_';
680+
character[1][1]=character[5][5]='//';
681+
character[1][5]=character[5][1]='\\';
682+
character[2][0]=character[3][0]=character[4][0]=character[2][6]=character[3][6]=character[4][6]=character[2][2]=character[3][2]=character[4][2]=character[2][4]=character[3][4]=character[4][4]='|';
679683

680684
return character;
681685
}
682686

683-
*/
687+
684688

685689
char **one()
686690
{

0 commit comments

Comments
 (0)