aboutsummaryrefslogtreecommitdiffstats
path: root/src/DisplayApp/LittleVgl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-836/+0
* Remove custom styles in Screens and define default style and "Big style" in L...JF2020-07-031-0/+6
* Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF2020-05-111-0/+3
* Apply a "up" transition when an app is opened.JF2020-03-101-3/+5
* Add support for gestures and integrate it with the vertical scrolling transit...JF2020-03-091-58/+91
* When a full screen refresh is done, apply a vertical scroll during the refres...JF2020-03-081-7/+82
* 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
* Configure lvgl theme and use 2*4lines buffers as video buffer (2 lines was no...JF2020-03-011-6/+618
* 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
* Integration of lvgl : continued...JF2020-02-101-0/+59