aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/WatchFacePineTimeStyle.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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