summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/settings/SettingSetTime.cpp
AgeCommit message (Collapse)AuthorFilesLines
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