mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-01-04 07:30:00 +01:00
font: add delta symbol
This commit is contained in:
parent
b65f44bc2e
commit
852c8077ad
24
Font5x7.c
24
Font5x7.c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue