summaryrefslogtreecommitdiff
path: root/src/libs/lvgl
AgeCommit message (Collapse)AuthorFilesLines
2021-01-17Fix bug in animation management for lv_labelJean-François Milants3-5/+56
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander1-1/+1
2020-05-17Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen ↵JF40-166/+378
used 2 lv_img objects (occured in Clock).
2020-03-08When a full screen refresh is done, apply a vertical scroll during the ↵JF205-0/+88993
refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
2020-02-23Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF1-0/+0
than 7s.
2020-02-08First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF1-0/+0