aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/settings/SettingSetTime.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/+5
| | | | | | 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 widget in SettingSetTime plus optimizationsRiku Isokoski2022-07-211-11/+5
|
* Corrected capitalizationEli Weiss2022-01-311-1/+1
|
* Corrected code formattingEli Weiss2022-01-311-25/+2
| | | | Corrected formatting and removed unnecessary variable time24H
* Changed setHourLabels function to handle 24H tooEli Weiss2022-01-311-0/+25
| | | | Changed setHourLabels function to handle 24 hour time labeling, changed to private
* Consolidated time conversion logicEli Weiss2022-01-311-22/+20
| | | | Consolidated 24 hour to 12 hour time conversion logic into function, addressed formatting issues, cleaned up code.
* Cleaned up redundant if statements, spacingEli Weiss2022-01-311-2/+2
| | | | Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines.
* Added 12 hour set timeEli Weiss2022-01-311-2/+9
|
* Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants2021-10-101-5/+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: SettingSetTimetimaios2021-07-091-0/+38