Skip to content

Commit

Permalink
Remove redundant 'Backlight' label.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoh committed Jan 4, 2025
1 parent 159c6c0 commit cd5f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FurbleUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit cd5f9e8

Please sign in to comment.