aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/lv_conf.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #259 from JF002/fix-music-app2JF0022021-04-091-2/+2
|\ | | | | Fix music app
| * Fix music app :Jean-François Milants2021-04-041-2/+2
| | | | | | | | | | - Enable LVGL animation (and disable groups, which were not used), and set the speed. - Fix disc animation and progress display by initializing lastIncrement at 0 (a random value will be used otherwise, in release build)
* | double tap wakeup error fixJoaquim2021-04-041-1/+1
| | | | | | | | battery nonblocking read
* | Big UI and navigation RewriteJoaquim2021-04-041-9/+11
|/ | | | | | | | | | | 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-117/+288
|
* Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it ↵JF2020-04-051-1/+1
| | | | saves ~60KB of flash!
* 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.
* 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-081-0/+587