| Age | Commit message (Collapse) | Author |
|
Corrected formatting and removed unnecessary variable time24H
|
|
Changed setHourLabels function to handle 24 hour time labeling, changed to private
|
|
Consolidated 12 hour label changes to function. Removed use of strings, struct.
|
|
Consolidated 24 hour to 12 hour time conversion logic into function, addressed formatting issues, cleaned up code.
|
|
Also corrected orphaned bracket
|
|
Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines.
|
|
|
|
Don't use relative imports like `../foo.h` as those depend on the
relative position of both files. Rather than that use imports relative
to the `src` directory, which explicitly is part of the include
directories.
|
|
nullptr and other small cleanings.
|
|
|
|
Instead of calling lv_obj_align after each button click, the
labels have their auto_realign property set.
|
|
The positions of the labels are controlled by #define's, just
like in SettingSetDate.
|
|
|
|
|