summaryrefslogtreecommitdiff
path: root/src/DisplayApp/LittleVgl.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-03Remove custom styles in Screens and define default style and "Big style" in ↵JF1-0/+1
LittleVgl during the initialization of LVGL.
2020-03-09Add support for gestures and integrate it with the vertical scrolling ↵JF1-4/+9
transition.
2020-03-08When a full screen refresh is done, apply a vertical scroll during the ↵JF1-1/+15
refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
2020-03-02Workaround for the first touch that is taken twice into account.JF1-0/+2
2020-03-01Configure lvgl theme and use 2*4lines buffers as video buffer (2 lines was ↵JF1-3/+62
not enough and caused perf issues)
2020-02-16Add touch panel port to lvgl.JF1-1/+11
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10Integration of lvgl : continued...JF1-0/+29