summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingSteps.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-09-17Disable value_strRiku Isokoski1-2/+4
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
2022-08-16Centralize most color definitions (#1258)Riku Isokoski1-1/+0
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-16/+11
2021-12-04Added autodetection for clang-format versionAvamander1-8/+7
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
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.
2021-07-19Refresh reworkRiku Isokoski1-6/+1
2021-07-02Fixed a bunch of format specifiersAvamander1-3/+3
2021-04-20Fix button size and default step goalJoaquim1-11/+7
2021-04-19New Steps appJoaquim1-0/+102
Settings to set the steps goal More detail in Motion app New 42px Font