aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/LittleVgl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Workaround for the first touch that is taken twice into account.JF2020-03-021-4/+8
|
* Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ↵JF2020-03-011-2/+6
| | | | it as the default font.
* 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