aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Collapse)AuthorAgeFilesLines
* Remove default lvgl font (roboto).JF2020-03-011-2/+2
|
* Simplify Tile to improve refresh speed (it's not a tile anymore...).JF2020-03-011-1/+1
| | | | Disable debug mode of lvgl.
* Enable watchdog, and issue a WDT reset when the button is pushed for more ↵JF2020-02-231-0/+0
| | | | than 7s.
* Do not compile GFX and older fonts anymore.JF2020-02-231-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.
* Add touch panel port to lvgl.JF2020-02-161-1/+1
| | | | PoC of user interaction with 3 screen (clock, menu and app).
* Integration of lvgl : continued...JF2020-02-101-6/+6
|
* First quick'n'dirty integration of LittleVGL. Needs some cleaning.JF2020-02-082-0/+587
|
* Add date library (https://github.com/HowardHinnant/date) to manage the date ↵JF2020-01-1110-0/+23402
and time. The date is now properly processed (31 December 2019 23:59:59 + 1s => 1 January 2020 00:00:00)