aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/PineTimeStyle.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-18/+18
|\| | |
| * | | Code cleanup (#466)Riku Isokoski2021-07-251-18/+18
| | |/ | |/| | | | | | | * Code cleanup * Remove override again
* / | Refresh reworkRiku Isokoski2021-07-191-4/+6
|/ /
* / Change step gauge range to 100 and calculate progress as percantage (#468)kieranc2021-07-111-3/+3
|/
* Add PineTimeStyle watchface (#334)kieranc2021-06-291-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>