aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/LittleVgl.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-116/+0
|
* Fix most of the warnings. Remaining warnings come from nimble source code.JF2020-08-171-4/+0
|
* Remove custom styles in Screens and define default style and "Big style" in ↵JF2020-07-031-0/+1
| | | | LittleVgl during the initialization of LVGL.
* Add support for gestures and integrate it with the vertical scrolling ↵JF2020-03-091-4/+9
| | | | transition.
* When a full screen refresh is done, apply a vertical scroll during the ↵JF2020-03-081-1/+15
| | | | refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
* Workaround for the first touch that is taken twice into account.JF2020-03-021-0/+2
|
* Configure lvgl theme and use 2*4lines buffers as video buffer (2 lines was ↵JF2020-03-011-3/+62
| | | | not enough and caused perf issues)
* Add touch panel port to lvgl.JF2020-02-161-1/+11
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Integration of lvgl : continued...JF2020-02-101-0/+29