summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingPineTimeStyle.cpp
AgeCommit message (Collapse)AuthorFilesLines
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-08-28Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants1-77/+70
into a struct. PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication. Adapt SettingPineTimeStyle with the last Screen Interface
2021-08-15Fix potential edge case of sidebar being set blackKieran Cawthray1-1/+1
2021-08-15More tidying following reviewKieran Cawthray1-85/+88
2021-08-15Avoid setting the sidebar blackKieran Cawthray1-0/+4
2021-08-15Remove duplicate code, minor fixesKieran Cawthray1-33/+19
2021-08-15Add check for randomise button in case colors clashKieran Cawthray1-0/+5
2021-08-15Add randomise button to color pickerKieran Cawthray1-0/+21
2021-06-27Add reset button, reduce button opacityKieran Cawthray1-12/+36
2021-06-25Make it loop around when you get to the end of the list of colorsKieran Cawthray1-0/+28
2021-06-25Fix off-by-one error, reduce step gauge needle widthKieran Cawthray1-4/+4
2021-06-25Move array to member variable, retrieve colors from settings for displayKieran Cawthray1-12/+5
2021-06-24PineTimeStyle color picker tidyingKieran Cawthray1-54/+5
2021-06-24PineTimeStyle color picker add settings integrationKieran Cawthray1-45/+53
2021-06-24PineTimeStyle color picker initial commitKieran Cawthray1-0/+302