aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Steps.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Step counter historyHunman2025-11-081-3/+18
| | | Store 2 days steps history and display yesterday's steps on the Steps screen
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-3/+1
|
* screens: Remove explicit Screen constructorsRiku Isokoski2023-02-251-1/+1
| | | | | This constructor didn't do anything since DisplayApp reference was removed from the Screen base class.
* Steps: Update UIRiku Isokoski2023-02-011-5/+7
|
* Centralize most color definitions (#1258)Riku Isokoski2022-08-161-2/+2
|
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-6/+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.
* Tweak gamma on ST7789 and match UI colorsRiku Isokoski2022-04-251-1/+1
| | | | | This change will increase the color accuracy of the PineTime and make UI development with the simulator easier.
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-1/+1
|
* Ran clang-formatStephanie2021-12-301-2/+1
|
* Renamed confusing variables and general cleanupStephanie2021-12-301-16/+14
|
* Changed text to left padStephanie2021-12-301-7/+9
|
* Moved trip meter update to MotionController and changed trip meter logicStephanie2021-12-301-11/+3
|
* Changed lap counter to trip meterStephanie2021-12-301-24/+34
|
* Added "lap" button to step counterStephanie2021-12-301-8/+44
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-3/+3
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-9/+6
|\
| * Code cleanup (#466)Riku Isokoski2021-07-251-11/+8
| | | | | | | | * Code cleanup * Remove override again
* | Refresh reworkRiku Isokoski2021-07-191-6/+6
|/
* Whitespace and brace fixes (#456)Avamander2021-07-041-16/+13
| | | | | * Brace style and whitespace fixes * Additional whitespace fixes
* Fixed a bunch of format specifiersAvamander2021-07-021-3/+3
|
* New Steps appJoaquim2021-04-191-0/+72
Settings to set the steps goal More detail in Motion app New 42px Font