summaryrefslogtreecommitdiff
path: root/src/displayapp/LittleVgl.h
AgeCommit message (Collapse)AuthorFilesLines
2022-05-08Force full screen refresh with a rounder functionRiku Isokoski1-2/+9
When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function.
2021-07-16Fix most issuesRiku Isokoski1-1/+1
2021-07-15New touch handler, with issuesRiku Isokoski1-1/+1
2021-06-12Move most of the code from the constructor of the objects statically ↵Jean-François Milants1-0/+2
initialized in main() into Start()/Init() functions to avoid Static Initialization Order Fiasco (https://en.cppreference.com/w/cpp/language/siof). See https://github.com/JF002/InfiniTime/pull/415#issuecomment-859004238.
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-44/+43
2021-04-04Big UI and navigation RewriteJoaquim1-1/+1
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-01-28LVGL v7.10.0Joaquim1-59/+1
2020-11-16Include cleanup: displayapp + screensokaestne1-5/+6
2020-10-02Renamed DisplayApp/ to displayapp/Avamander1-0/+116