summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingSetTime.h
AgeCommit message (Collapse)Author
2022-01-31Corrected capitalizationEli Weiss
2022-01-31Corrected code formattingEli Weiss
Corrected formatting and removed unnecessary variable time24H
2022-01-31Changed setHourLabels function to handle 24H tooEli Weiss
Changed setHourLabels function to handle 24 hour time labeling, changed to private
2022-01-31Consolidated time conversion logicEli Weiss
Consolidated 24 hour to 12 hour time conversion logic into function, addressed formatting issues, cleaned up code.
2022-01-31Cleaned up redundant if statements, spacingEli Weiss
Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines.
2022-01-31Added 12 hour set timeEli Weiss
2021-10-10Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants
nullptr and other small cleanings.
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants
2021-07-09Added new screen: SettingSetTimetimaios