aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceDigital.h
Commit message (Collapse)AuthorAgeFilesLines
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-2/+2
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Show plug icon while plugged inRiku Isokoski2021-09-221-1/+1
|
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-0/+1
|
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-4/+1
|\
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-4/+1
| | | | | | | | inspired by PR #232 by nscooling.
* | Refresh reworkRiku Isokoski2021-07-191-1/+3
|/
* Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-111-1/+1
| | | | Refactor battery percent : only use uint8_t to store the battery % remaining.
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-51/+46
|
* Merge branch 'develop' into motion-sensorJean-François Milants2021-04-091-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
| * Big UI and navigation RewriteJoaquim2021-04-041-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...
* | Handle return code from BMA driver, and set a flag is the initialization ↵Jean-François Milants2021-04-041-0/+1
| | | | | | | | 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-1/+4
|/ | | | wrist rotation + app to see the value of the 3 axis in "real time".
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+82