| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The systick doesn't need to be updated when setting time.
Also removed unused nrf_rtc.h includes.
|
| | |
|
| |
|
|
|
| |
This constructor didn't do anything since DisplayApp reference was
removed from the Screen base class.
|
| |
|
|
|
|
| |
Fix warnings.
Some clang-formatting was necessary.
DebugPins is unused and was removed.
|
| |
|
|
|
|
| |
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>
|
| |
|
|
|
| |
Also add configuration options only available in 13 and 14.
Fixes warning about -fstack-usage in clang-tidy check.
|
| |
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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.
|
| | |
|
| |
|