InfiniTime/src/displayapp
Jean-François Milants f8b9a7c060 Fix music app :
- 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)
2021-04-04 17:19:41 +02:00
..
fonts Stopwatch completed. Ready for PR 2021-03-13 14:38:18 +01:00
icons Merge branch 'develop' of github.com:JF002/Pinetime into develop 2021-03-20 11:41:49 +01:00
screens Fix music app : 2021-04-04 17:19:41 +02:00
Apps.h Basic logic done. Need to change the timer source to get ms. Also need to replace with paddle app in displayApp.cpp and ApplicationList.cpp later. 2021-03-11 10:54:14 +01:00
DisplayApp.cpp replaced all unique_ptr.reset calls with std::make_unique 2021-03-22 17:56:26 +00:00
DisplayApp.h Merge branch 'develop' of github.com:JF002/Pinetime into develop 2021-03-20 11:41:49 +01:00
DisplayAppRecovery.cpp fix display driver issues in recovery 2021-03-21 12:29:57 +01:00
DisplayAppRecovery.h Merge branch 'develop' of github.com:JF002/Pinetime into develop 2021-03-20 11:41:49 +01:00
DummyLittleVgl.h Generate pinetime-recovery : a light version of InfiniTime design to be used as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. 2021-01-26 20:31:45 +01:00
LittleVgl.cpp FIX screen corruption #213 2021-03-18 19:38:19 +00:00
LittleVgl.h LVGL v7.10.0 2021-01-28 17:13:28 +00:00
lv_pinetime_theme.c Fix delay in button actions 2021-02-22 21:33:27 +00:00
lv_pinetime_theme.h LVGL v7.10.0 2021-01-28 17:13:28 +00:00
Messages.h Generate pinetime-recovery : a light version of InfiniTime design to be used as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. 2021-01-26 20:31:45 +01:00
TouchEvents.h Renamed DisplayApp/ to displayapp/ 2020-10-02 21:46:41 +03:00