summaryrefslogtreecommitdiff
path: root/src/DisplayApp/LittleVgl.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-10-02Renamed DisplayApp/ to displayapp/Avamander1-836/+0
2020-07-03Remove custom styles in Screens and define default style and "Big style" in L...JF1-0/+6
2020-05-11Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF1-0/+3
2020-03-10Apply a "up" transition when an app is opened.JF1-3/+5
2020-03-09Add support for gestures and integrate it with the vertical scrolling transit...JF1-61/+94
2020-03-08When a full screen refresh is done, apply a vertical scroll during the refres...JF1-7/+82
2020-03-02Workaround for the first touch that is taken twice into account.JF1-4/+8
2020-03-01Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ...JF1-2/+6
2020-03-01Configure lvgl theme and use 2*4lines buffers as video buffer (2 lines was no...JF1-6/+618
2020-03-01Fix double-buffering for spi display (it's actually using double-buffering, now)JF1-0/+2
2020-02-16Add touch panel port to lvgl.JF1-1/+37
2020-02-10Integration of lvgl : continued...JF1-0/+59