Skip to content

Commit f8ee684

Browse files
authored
Add letter Q (#1221)
1 parent 09e5dbc commit f8ee684

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

Fonts/3d-diagonal/3d-diagonal.h

+19-9
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,26 @@ class ThreeD_Diagonal : public Fonts
211211
}
212212
*/
213213

214-
/*
215-
vs Q()
216-
{
217-
vs character = getCharGrid();
218-
219-
//Enter the character grid in ROWS X COLS
214+
vs Q()
215+
{
216+
vs character = getCharGrid(13,18);
217+
218+
character[0] = " ,----.. ";
219+
character[1] = " / / \\ ";
220+
character[2] = " / . : ";
221+
character[3] = " . / ;. \\ ";
222+
character[4] = " . ; / ` ; ";
223+
character[5] = " ; | ; \\ ; | ";
224+
character[6] = " | : | ; | ' ";
225+
character[7] = " . | ' ' ' : ";
226+
character[8] = " ' ; \\; / | ";
227+
character[9] = " \\ \\ ', . \\ ";
228+
character[10]= " ; : ; | ";
229+
character[11]= " \\ \\ .'`--\" ";
230+
character[12]= " `---` ";
220231

221-
return character;
222-
}
223-
*/
232+
return character;
233+
}
224234

225235
/*
226236
vs R()

0 commit comments

Comments
 (0)