add lv_disp_remove

This commit is contained in:
Gabor Kiss-Vamosi
2019-03-08 06:57:16 +01:00
parent 370f8223b6
commit 15007e9071
4 changed files with 33 additions and 1 deletions

View File

@@ -310,6 +310,7 @@ static void indev_proc_task(void * param)
/*Read and process all indevs*/
while(i) {
if(i->driver.disp == NULL) continue; /*Not assigned to any displays*/
indev_act = i;
/*Handle reset query before processing the point*/