summaryrefslogtreecommitdiff
path: root/src/libs
AgeCommit message (Collapse)AuthorFilesLines
2020-02-23Do not compile GFX and older fonts anymore.JF1-2/+2
Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens.
2020-02-16Add touch panel port to lvgl.JF1-1/+1
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10Integration of lvgl : continued...JF1-6/+6
2020-02-08First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF2-0/+587
2020-01-11Add date library (https://github.com/HowardHinnant/date) to manage the date ↵JF10-0/+23402
and time. The date is now properly processed (31 December 2019 23:59:59 + 1s => 1 January 2020 00:00:00)