aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/LittleVgl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Configure lvgl theme and use 2*4lines buffers as video buffer (2 lines was ↵JF2020-03-011-6/+618
| | | | not enough and caused perf issues)
* Fix double-buffering for spi display (it's actually using double-buffering, now)JF2020-03-011-0/+2
|
* Add touch panel port to lvgl.JF2020-02-161-1/+37
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Integration of lvgl : continued...JF2020-02-101-0/+59