summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceDigital.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-22Show plug icon while plugged inRiku Isokoski1-1/+1
2021-09-03Detect full charge and improve watchface displayRiku Isokoski1-0/+1
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski1-4/+1
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants1-4/+1
inspired by PR #232 by nscooling.
2021-07-19Refresh reworkRiku Isokoski1-1/+3
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-1/+1
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-51/+46
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-2/+2
# 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-0/+1
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-1/+4
wrist rotation + app to see the value of the 3 axis in "real time".
2021-04-04Big UI and navigation RewriteJoaquim1-2/+2
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-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+82