Skip to content

Commit

Permalink
[feature]:- adding v to block (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fictionistique authored Oct 18, 2024
1 parent 6c4cb65 commit e6fd70b
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions Fonts/block/block.h
Original file line number Diff line number Diff line change
Expand Up @@ -975,18 +975,25 @@ character[4][11]=character[4][13]=character[5][10]=character[5][12]='/';
*/

/*
vs v()
{
vs character = getCharGrid();
vs character = getCharGrid(11, 20);

//Enter the character grid in ROWS X COLS
character[0] = " .----------------. ";
character[1] = "| .--------------. |";
character[2] = "| | ____ ____ | |";
character[3] = "| | |_ _||_ _| | |";
character[4] = "| | \\ \\ / / | |";
character[5] = "| | \\ \\/ / | |";
character[6] = "| | \\ / | |";
character[7] = "| | |__| | |";
character[8] = "| | | |";
character[9] = "| '--------------' |";
character[10] = " '----------------' ";

return character;
}

*/


vs w()
{
Expand Down

0 comments on commit e6fd70b

Please sign in to comment.