aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/PineTimeStyle.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2021-07-201-1/+1
|\
| * Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2021-07-111-1/+1
| | | | | | | | Refactor battery percent : only use uint8_t to store the battery % remaining.
| * Add PineTimeStyle watchface (#334)kieranc2021-06-291-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>
* Use colors from settings for PineTimeStyle watchfaceKieran Cawthray2021-06-251-0/+5
|
* Move static needle_colors array to member variableKieran Cawthray2021-06-231-0/+1
|
* Enable 12/24h functionalityKieran Cawthray2021-06-201-0/+1
|
* Add step count gauge - replaces heartrate in sidebarKieran Cawthray2021-06-201-4/+5
|
* PineTimeStyleKieran Cawthray2021-05-181-0/+83