aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingSetDate.h
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-2/+1
|
* Combine Date and Time Settings (#1465)John Quigley2023-01-141-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>
* Disable value_strRiku Isokoski2022-09-171-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
* Use Counter in SettingsSetDateRiku Isokoski2022-08-101-16/+6
|
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-24/+24
|
* Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants2021-10-101-4/+1
| | | | nullptr and other small cleanings.
* Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants2021-10-101-1/+0
|
* Added new screen: SettingSetDatetimaios2021-07-091-0/+45