summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PineTimeStyle.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski1-46/+14
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants1-46/+14
inspired by PR #232 by nscooling.
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-18/+18
2021-07-25Code cleanup (#466)Riku Isokoski1-18/+18
* Code cleanup * Remove override again
2021-07-19Refresh reworkRiku Isokoski1-4/+6
2021-07-11Change step gauge range to 100 and calculate progress as percantage (#468)kieranc1-3/+3
2021-06-29Add PineTimeStyle watchface (#334)kieranc1-0/+340
* PineTimeStyle * Move GPL license header * Add step count gauge - replaces heartrate in sidebar * Enable 12/24h functionality * Set step gauge outer to be white when step goal is reached * Add font source file * Move static needle_colors array to member variable * Add documentation on generating a font * Replace .ttf with Google version, add link to font page Co-authored-by: JF002 <JF002@users.noreply.github.com>