aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFaceAnalog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Detect full charge and improve watchface displayRiku Isokoski2021-09-031-4/+24
|
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-151-2/+2
|\
| * Ui updateRiku Isokoski2021-08-151-2/+2
| |
* | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-101-29/+22
|\|
| * Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants2021-08-101-30/+22
| | | | | | | | inspired by PR #232 by nscooling.
* | Set remaining default periods to LV_DISP_DEF_REFR_PERIODRiku Isokoski2021-07-191-1/+1
| |
* | Refresh reworkRiku Isokoski2021-07-191-3/+3
|/
* Merge branch 'develop' into notify-battery-levelJean-François Milants2021-07-131-32/+44
|\ | | | | | | | | # Conflicts: # src/displayapp/screens/BatteryInfo.cpp
| * Refactor trig functions into LUT (#476)Jonathan Vander Mey2021-07-111-32/+44
| | | | | | | | | | | | Replaced the use of the standard library trig functions with a LUT-based implementation instead. The standard library implementations produce more accurate results but the usage here doesn't need that. This ends up saving nearly 7kB of binary size.
* | Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-111-1/+0
|/ | | | Refactor battery percent : only use uint8_t to store the battery % remaining.
* Fix typo in variable names (#430)Jonathan Vander Mey2021-06-221-4/+4
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-56/+51
|
* Updated to include WatchFaceAnalog and fixed clashesNiall Cooling2021-03-221-0/+2
|
* Update from JF comments to PRJoaquim2021-03-061-6/+0
|
* Multi face support, analog clock, 12/24 configJoaquim2021-02-241-0/+214