diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-08-11 11:16:57 +0300 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2022-09-17 21:27:32 +0200 |
| commit | b9224c1acedf911353156cf926848b90d8f165ae (patch) | |
| tree | 31d6a9861d311f668a42f0c658fe33da2e0d23c7 /src/displayapp/screens/settings/SettingSetDate.h | |
| parent | bf90e07a28ed0cd5816d9090a172c60af6170625 (diff) | |
Disable value_str
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
Diffstat (limited to 'src/displayapp/screens/settings/SettingSetDate.h')
| -rw-r--r-- | src/displayapp/screens/settings/SettingSetDate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/settings/SettingSetDate.h b/src/displayapp/screens/settings/SettingSetDate.h index af0d654e..a0ffc683 100644 --- a/src/displayapp/screens/settings/SettingSetDate.h +++ b/src/displayapp/screens/settings/SettingSetDate.h @@ -21,6 +21,7 @@ namespace Pinetime { Controllers::DateTime& dateTimeController; lv_obj_t* btnSetTime; + lv_obj_t* lblSetTime; Widgets::Counter dayCounter = Widgets::Counter(1, 31, jetbrains_mono_bold_20); Widgets::Counter monthCounter = Widgets::Counter(1, 12, jetbrains_mono_bold_20); |
