aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceDigital.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-2/+10
|
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-151-7/+7
|\
| * Ui updateRiku Isokoski2021-08-151-7/+7
| |
* | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-33/+12
|\|
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-33/+12
| | | | | | | | inspired by PR #232 by nscooling.
* | Set remaining default periods to LV_DISP_DEF_REFR_PERIODRiku Isokoski2021-07-191-1/+1
| |
* | Refresh reworkRiku Isokoski2021-07-191-3/+5
|/
* Show heartbeat icon in watchface in gray if data is missingEivind Mork2021-05-021-10/+7
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-57/+54
|
* Move Task info to about menuJoaquim2021-04-111-3/+2
| | | | fix build error in WatchFaceDigital
* 0.16.0 TWI problems fixJoaquim2021-04-101-9/+3
| | | | | | | | More memory for freertos heap and timer stack Fix warning in watchface Fix number of bytes read by cst816 Debug app to show freertos tasks Increased the number of bytes of the twi write buffer
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-091-6/+0
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/DisplayApp.h # src/displayapp/lv_pinetime_theme.c # src/displayapp/screens/ApplicationList.cpp # src/drivers/TwiMaster.cpp # src/systemtask/SystemTask.h
| * Big UI and navigation RewriteJoaquim2021-04-041-6/+0
| | | | | | | | | | | | | | | | | | | | | | 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...
* | Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants2021-04-041-2/+6
| | | | | | | | fails. This allows to boot InfiniTime even if the device cannot initialize.
* | First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants2021-04-041-3/+6
|/ | | | wrist rotation + app to see the value of the 3 axis in "real time".
* fix AM/PMJoaquim José Almeida Pereira2021-03-081-5/+15
|
* Update from JF comments to PRJoaquim2021-03-061-7/+0
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+254