Change config and properties flash address definitions

Show BW settings at bottom of screen
This commit is contained in:
DiSlord 2020-04-04 08:43:32 +03:00
parent c572e66231
commit 49b52213cf
5 changed files with 91 additions and 91 deletions

3
plot.c
View file

@ -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