Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix rainbow saturation setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Aug 20, 2023
1 parent c326c89 commit 9173937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ void xtreme_app_scene_misc_screen_on_enter(void* context) {
item = variable_item_list_add(
var_item_list,
"Rainbow Saturation",
25,
255,
xtreme_app_scene_misc_screen_rainbow_saturation_changed,
app);
value_index = rgb_backlight_get_rainbow_saturation();
Expand Down

0 comments on commit 9173937

Please sign in to comment.