mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 14:35:50 +00:00
omit redraw_all to fix to be ignored first push
This commit is contained in:
parent
c121731b04
commit
8ce6b7b6e0
3 changed files with 13 additions and 5 deletions
6
plot.c
6
plot.c
|
|
@ -1378,6 +1378,12 @@ draw_cal_status(void)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
clear_screen(void)
|
||||
{
|
||||
ili9341_fill(0, 0, 320, 240, 0);
|
||||
}
|
||||
|
||||
void
|
||||
redraw(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue