omit redraw_all to fix to be ignored first push

This commit is contained in:
TT 2017-09-16 04:11:18 +09:00
parent c121731b04
commit 8ce6b7b6e0
3 changed files with 13 additions and 5 deletions

6
plot.c
View file

@ -1378,6 +1378,12 @@ draw_cal_status(void)
}
void
clear_screen(void)
{
ili9341_fill(0, 0, 320, 240, 0);
}
void
redraw(void)
{