mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 14:35:50 +00:00
add interpolation on cal
This commit is contained in:
parent
0ce695b886
commit
774a11ae74
5 changed files with 90 additions and 4 deletions
2
plot.c
2
plot.c
|
|
@ -1328,6 +1328,8 @@ draw_cal_status(void)
|
|||
ili9341_fill(0, y, 10, 6*YSTEP, 0x0000);
|
||||
if (cal_status & CALSTAT_APPLY) {
|
||||
char c[3] = "C0";
|
||||
if (cal_status & CALSTAT_INTERPOLATED)
|
||||
c[0] = 'c';
|
||||
if (active_props == ¤t_props)
|
||||
c[1] = '*';
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue