Add automatic flush for the LCD screen

This commit is contained in:
Fred Sundvik
2017-04-08 20:10:20 +03:00
parent 995002fa91
commit 3eb8785e87
5 changed files with 5 additions and 9 deletions
@@ -262,6 +262,7 @@ LLDSPEC void gdisp_lld_blit_area(GDisplay *g) {
srcbit++;
}
}
g->flags |= GDISP_FLG_NEEDFLUSH;
}
#if GDISP_NEED_CONTROL && GDISP_HARDWARE_CONTROL