aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceAnalog.h
Commit message (Collapse)AuthorAgeFilesLines
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski2022-04-251-1/+4
|
* Merge pull request #1038 from NeroBurner/analog_local_variablesJF2022-03-141-7/+0
|\ | | | | WatchFaceAnalog: local date/time variables
| * WatchFaceAnalog: local date/time variablesReinhold Gschweicher2022-03-141-7/+0
| | | | | | | | Use local date and time variables. No need to store them in the object.
* | WatchFaceAnalog: const ref to dateTimeControllerReinhold Gschweicher2022-03-141-1/+1
|/ | | | The clock app only reads from the dateTimeController, never modifies it.
* WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold Gschweicher2021-12-021-1/+0
| | | | | | | | | Remove unused `ScreenList.h` include. For `std::abs()` add needed include `<cmath>`. For the forward declared Settings-Controller add the `Settings.h` include to the cpp file.
* 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.
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-0/+2
|
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-2/+0
|\
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-2/+0
| | | | | | | | 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.
* Fix typo in variable names (#430)Jonathan Vander Mey2021-06-221-3/+3
|
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-52/+51
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+90