Skip to content

Commit

Permalink
font: add delta symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
edy555 committed Nov 29, 2019
1 parent b65f44b commit 852c807
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Font5x7.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ const uint8_t x5x7_bits [] =
/* Character (0x04):
bbw=5, bbh=7, bbx=0, bby=-1, width=5
+----------------+
|** |
|* |
|** |
|* ** |
| * |
| * |
| ** |
| * |
| * * |
| * * |
|* * |
|**** |
| |
+----------------+ */
0xc0,
0x80,
0xc0,
0xb0,
0x20,
0x10,
0x30,
0x20,
0x50,
0x50,
0x90,
0xF0,
0x00,

/* Character (0x05):
bbw=5, bbh=7, bbx=0, bby=-1, width=5
Expand Down

0 comments on commit 852c807

Please sign in to comment.