mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
Add more fonts
This commit is contained in:
parent
b0b0e9986a
commit
068faa8879
3 changed files with 5201 additions and 1 deletions
1716
Font10x14.c
Normal file
1716
Font10x14.c
Normal file
File diff suppressed because it is too large
Load diff
3484
Font7x13b.c
Normal file
3484
Font7x13b.c
Normal file
File diff suppressed because it is too large
Load diff
2
Makefile
2
Makefile
|
|
@ -125,7 +125,7 @@ CSRC = $(STARTUPSRC) \
|
||||||
FatFs/ff.c \
|
FatFs/ff.c \
|
||||||
FatFs/ffunicode.c \
|
FatFs/ffunicode.c \
|
||||||
usbcfg.c \
|
usbcfg.c \
|
||||||
main.c si5351.c tlv320aic3204.c dsp.c plot.c ui.c ili9341.c numfont20x22.c Font5x7.c flash.c adc.c rtc.c
|
main.c si5351.c tlv320aic3204.c dsp.c plot.c ui.c ili9341.c numfont20x22.c Font5x7.c Font7x13b.c Font10x14.c flash.c adc.c rtc.c
|
||||||
|
|
||||||
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|
||||||
# setting.
|
# setting.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue