summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceDigital.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-05-02Show heartbeat icon in watchface in gray if data is missingEivind Mork1-10/+7
2021-04-24Reformatted all the files according to clang-format styleAvamander1-57/+54
2021-04-11Move Task info to about menuJoaquim1-3/+2
fix build error in WatchFaceDigital
2021-04-100.16.0 TWI problems fixJoaquim1-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
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-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
2021-04-04Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants1-2/+6
fails. This allows to boot InfiniTime even if the device cannot initialize.
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-3/+6
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Big UI and navigation RewriteJoaquim1-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...
2021-03-08fix AM/PMJoaquim José Almeida Pereira1-5/+15
2021-03-06Update from JF comments to PRJoaquim1-7/+0
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+254