summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceAnalog.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09Format header filesFinlay Davidson1-0/+1
In my PR updating clang-format, I forgot to also format the headers.
2022-04-25New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski1-1/+4
2022-03-14Merge pull request #1038 from NeroBurner/analog_local_variablesJF1-7/+0
WatchFaceAnalog: local date/time variables
2022-03-14WatchFaceAnalog: local date/time variablesReinhold Gschweicher1-7/+0
Use local date and time variables. No need to store them in the object.
2022-03-14WatchFaceAnalog: const ref to dateTimeControllerReinhold Gschweicher1-1/+1
The clock app only reads from the dateTimeController, never modifies it.
2021-12-02WatchFaceAnalog: remove unused ScreenList, add needed includesReinhold Gschweicher1-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.
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-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.
2021-09-03Detect full charge and improve watchface displayRiku Isokoski1-0/+2
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski1-2/+0
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants1-2/+0
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-06-22Fix typo in variable names (#430)Jonathan Vander Mey1-3/+3
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-52/+51
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+90