summaryrefslogtreecommitdiff
path: root/src/libs/lv_conf.h
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it ↵JF1-1/+1
saves ~60KB of flash!
2020-03-01Remove default lvgl font (roboto).JF1-2/+2
2020-03-01Simplify Tile to improve refresh speed (it's not a tile anymore...).JF1-1/+1
Disable debug mode of lvgl.
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.JF1-0/+587