aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFacePineTimeStyle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Edit all occurences of "watchface" to "watch face"mashuptwice2022-10-101-1/+1
|
* Fix steps style button label (#1358)kieranc2022-10-061-1/+2
|
* Merge branch 'pts-options' of github.com:kieranc/InfiniTime into ↵Jean-François Milants2022-10-021-23/+132
|\ | | | | | | | | | | | | kieranc-pts-options # Conflicts: # src/components/settings/Settings.h
| * CleanupKieran Cawthray2022-09-061-25/+25
| |
| * Relabel buttonKieran Cawthray2022-09-061-2/+2
| |
| * Implement persistent settingsKieran Cawthray2022-09-061-9/+34
| |
| * Merge remote-tracking branch 'upstream/develop' into pts-optionsKieran Cawthray2022-09-051-2/+2
| |\
| * \ Add half gauge/seconds optionKieran Cawthray2022-08-161-7/+36
| |\ \
| | * | Apply suggestions from code reviewialokim2022-08-071-2/+1
| | | | | | | | | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
| | * | PTS: add seconds displayialokim2022-08-071-5/+17
| | | |
| * | | Initial mockupKieran Cawthray2022-08-051-17/+72
| | | |
| * | | Wrap PineTimeStyle step counterAidan Epstein2022-08-041-1/+1
| |/ / | | | | | | | | | | | | This changes the PineTimeStyle step counter gauge continues counting with wraparound after you achieve your step goal.
* | | fix typominacode2022-09-281-3/+3
| | |
* | | Update src/displayapp/screens/WatchFacePineTimeStyle.cppAkseli2022-09-171-1/+1
| | | | | | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* | | add pink colorAkseli Lahtinen2022-09-171-3/+3
| | |
* | | Disable value_strRiku Isokoski2022-09-171-9/+18
| |/ |/| | | | | | | | | value_str is a way to add text on a button without a separate label. This saves having an extra label object, but uses more memory and is removed in LVGL8
* | Centralize most color definitions (#1258)Riku Isokoski2022-08-161-2/+2
|/
* Fix InfiniTime compiler warningsRiku Isokoski2022-06-191-7/+0
|
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-7/+7
|
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-7/+0
| | | | | | When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function.
* New sharper batteryicon. Remove old unused batteryiconsRiku Isokoski2022-04-251-7/+13
|
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-3/+3
|
* resolved merge conflict after renaming PineTimeStyle to WatchFacePineTimeStylemabuch2022-04-181-5/+3
|
* Rename PineTimeStyle to WatchFacePineTimeStylemabuch2022-03-121-0/+601