mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Add more fonts
This commit is contained in:
parent
b0b0e9986a
commit
068faa8879
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/ffunicode.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
|
||||
# setting.
|
||||
|
|
|
|||
Loading…
Reference in a new issue