aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/LittleVgl.h
Commit message (Collapse)AuthorAgeFilesLines
* Resolve paint corrupting screen scrollingmark90642025-10-101-0/+1
|
* Clear ongoing taps when going to sleepmark90642024-10-271-0/+1
|
* LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS).Jean-François Milants2023-02-261-1/+4
| | | | | | Previously, the LVGL driver for the filesystem was initialized in the class FS. However, since 6f942e2, the order of the initializations was incorrect : the driver was initialized (FS::LVGLFileSystemInit()) before LVGL (LittleVgl.Init()), which means that the driver registration was probably dropped when LVGL was initialized. The LVGL driver is now initialized in LittleVgl.Init(), which seems to make much more sense, since all LVGL drivers are initialized there. This way, we ensure that the initialization of the drivers is consistent.
* TouchHandler: Do not store touch panel referenceRiku Isokoski2023-02-241-1/+1
|
* touchhandler: Remove LVGL dependencyRiku Isokoski2023-02-241-3/+4
| | | | Move LVGL specific code to the LittleVgl class
* LittleVgl: Remove unused Cst816S referenceRiku Isokoski2023-02-231-3/+1
|
* LittleVgl: Small cleanupRiku Isokoski2023-01-291-1/+0
|
* Format header filesFinlay Davidson2023-01-091-0/+2
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-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.
* Fix most issuesRiku Isokoski2021-07-161-1/+1
|
* New touch handler, with issuesRiku Isokoski2021-07-151-1/+1
|
* Move most of the code from the constructor of the objects statically ↵Jean-François Milants2021-06-121-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.
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-36/+35
|
* Big UI and navigation RewriteJoaquim2021-04-041-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...
* LVGL v7.10.0Joaquim2021-01-281-59/+1
|
* Include cleanup: displayapp + screensokaestne2020-11-161-5/+6
|
* Renamed DisplayApp/ to displayapp/Avamander2020-10-021-0/+116