summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingSetDate.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-14Combine Date and Time Settings (#1465)John Quigley1-1/+6
Replace separate SettingSetDate and SettingSetTime with a combined screenlist. Add DotIndicators. Similar to PageIndicator, but for use when separating screens instead of pages of a list. Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
2022-09-17Disable value_strRiku Isokoski1-0/+1
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-10Use Counter in SettingsSetDateRiku Isokoski1-16/+6
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-24/+24
2021-10-10Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants1-4/+1
nullptr and other small cleanings.
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants1-0/+44
2021-07-09Added new screen: SettingSetDatetimaios1-0/+45