summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/PineTimeStyle.h
AgeCommit message (Collapse)AuthorFilesLines
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-29Add PineTimeStyle watchface (#334)kieranc1-0/+86
* 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>