From cd5f9e8b052f7edda43862050f0e6b2f1d9fc983 Mon Sep 17 00:00:00 2001 From: Guo-Rong <5484552+gkoh@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:16:15 +1030 Subject: [PATCH] Remove redundant 'Backlight' label. --- src/FurbleUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FurbleUI.cpp b/src/FurbleUI.cpp index 69da359..9d31ec5 100644 --- a/src/FurbleUI.cpp +++ b/src/FurbleUI.cpp @@ -1574,7 +1574,7 @@ void UI::addBacklightMenu(const menu_t &parent) { // Add brightness control lv_obj_t *label = lv_label_create(cont); - lv_label_set_text(label, "Backlight brightness"); + lv_label_set_text(label, "Brightness"); lv_label_set_long_mode(label, LV_LABEL_LONG_SCROLL_CIRCULAR); lv_obj_set_width(label, LV_PCT(100));