| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| 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. | |||
| 2021-10-10 | Setting SetDate/SetTime : replace #defines by constexpr variables, NULL by ↵ | Jean-François Milants | |
| nullptr and other small cleanings. | |||
| 2021-10-10 | Merge with develop and fix conflicts from timaios:set-datetime-manually. | Jean-François Milants | |
| 2021-07-09 | Code optimizations in SettingSetDate and SettingSetTime | Tim Taenny | |
| Instead of calling lv_obj_align after each button click, the labels have their auto_realign property set. | |||
| 2021-07-09 | Code optimizations in SettingSetDate | Tim Taenny | |
| Using static method of DateTimeController for retrieving month texts instead of implementing it in SettingSetDate again. | |||
| 2021-07-09 | Code optimizations in SettingSetDate | Tim Taenny | |
| 2021-07-09 | Added new screen: SettingSetDate | timaios | |
