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
This commit is contained in:
Riku Isokoski
2022-08-11 11:16:57 +03:00
committed by JF
parent bf90e07a28
commit b9224c1ace
10 changed files with 43 additions and 19 deletions

View File

@@ -31,6 +31,7 @@ namespace Pinetime {
lv_obj_t *bpmArc, *bpmTap, *bpmValue;
lv_obj_t *bpbDropdown, *currentBpbText;
lv_obj_t* playPause;
lv_obj_t* lblPlayPause;
lv_task_t* taskRefresh;
};