summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingSetTime.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-10-10Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵Jean-François Milants1-35/+28
nullptr and other small cleanings.
2021-10-10Merge with develop and fix conflicts from timaios:set-datetime-manually.Jean-François Milants1-0/+161
2021-07-09Code optimizations in SettingSetDate and SettingSetTimeTim Taenny1-4/+2
Instead of calling lv_obj_align after each button click, the labels have their auto_realign property set.
2021-07-09Code optimizations in SettingSetTimeTim Taenny1-9/+17
The positions of the labels are controlled by #define's, just like in SettingSetDate.
2021-07-09Code optimizations in SettingSetTimeTim Taenny1-24/+10
2021-07-09Added new screen: SettingSetTimetimaios1-0/+174