summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/WatchFaceAnalog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-07-13Merge branch 'develop' into notify-battery-levelJean-François Milants1-32/+44
# Conflicts: # src/displayapp/screens/BatteryInfo.cpp
2021-07-11Refactor trig functions into LUT (#476)Jonathan Vander Mey1-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.
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-1/+0
Refactor battery percent : only use uint8_t to store the battery % remaining.
2021-06-22Fix typo in variable names (#430)Jonathan Vander Mey1-4/+4
2021-04-24Reformatted all the files according to clang-format styleAvamander1-58/+53
2021-03-22Updated to include WatchFaceAnalog and fixed clashesNiall Cooling1-0/+210
2021-03-06Update from JF comments to PRJoaquim1-6/+0
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+214