mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-09 00:13:59 +00:00
Change config and properties flash address definitions
Show BW settings at bottom of screen
This commit is contained in:
parent
c572e66231
commit
49b52213cf
5 changed files with 91 additions and 91 deletions
3
plot.c
3
plot.c
|
|
@ -1630,6 +1630,9 @@ draw_frequencies(void)
|
|||
buf2[0] = S_SARROW[0];
|
||||
ili9341_drawstring(buf1, FREQUENCIES_XPOS1, FREQUENCIES_YPOS);
|
||||
ili9341_drawstring(buf2, FREQUENCIES_XPOS2, FREQUENCIES_YPOS);
|
||||
plot_printf(buf1, sizeof(buf1), "bw:%uHz", get_bandwidth_frequency());
|
||||
ili9341_set_foreground(DEFAULT_GRID_COLOR);
|
||||
ili9341_drawstring(buf1, FREQUENCIES_XPOS3, FREQUENCIES_YPOS);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue