summaryrefslogtreecommitdiff
path: root/src/displayapp/LittleVgl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-06-05Fix various typosluz paz1-2/+2
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-2/+7
2022-05-08Force full screen refresh with a rounder functionRiku Isokoski1-3/+13
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-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-2/+2
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-07-16Fix touch wakeup and code cleanupRiku Isokoski1-21/+0
2021-07-16Fix most issuesRiku Isokoski1-1/+1
2021-07-15New touch handler, with issuesRiku Isokoski1-5/+4
2021-06-12Move most of the code from the constructor of the objects statically ↵Jean-François Milants1-0/+4
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-24Reformatted all the files according to clang-format styleAvamander1-37/+32
2021-04-04Big UI and navigation RewriteJoaquim1-7/+29
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-03-18FIX screen corruption #213Joaquim1-57/+30
2021-01-28LVGL v7.10.0Joaquim1-618/+9
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF0021-9/+5
Includes cleanup
2020-11-16Include cleanup: displayapp + screensokaestne1-9/+5
2020-11-01Fixed typo (Transfert -> Transfer)Ryan Hartlage1-5/+2
2020-10-02Renamed DisplayApp/ to displayapp/Avamander1-0/+836