Skip to content

Commit 92858a5

Browse files
authored
Add character: <e> to font: <drpepper> (#1176)
1 parent 2543174 commit 92858a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Fonts/drpepper/drpepper.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -351,16 +351,16 @@ class Drpepper : public Fonts
351351
return character;
352352
}
353353

354-
/*
355-
vs e()
356-
{
357-
vs character = getCharGrid(rows,cols);
354+
vs e()
355+
{
356+
vs character = getCharGrid(3, 6);
358357

359-
//Enter the character grid in ROWS X COLS
358+
character[0] = " ___ ";
359+
character[1] = "/ ._>";
360+
character[2] = "\\___.";
360361

361-
return character;
362-
}
363-
*/
362+
return character;
363+
}
364364

365365
vs f()
366366
{

0 commit comments

Comments
 (0)