Skip to content

Commit

Permalink
Increase offset
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Oct 29, 2024
1 parent 2711fba commit 6889c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SimpleRotary/SimpleRotary.ino
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MENU_SCREEN(mainScreen, mainItems,
ITEM_WIDGET(
"Dist",
callback,
WIDGET_RANGE(0, 1, 0, 50, "%dm", 0, true)),
WIDGET_RANGE(0, 1, 0, 50, "%dm", 1, true)),
ITEM_TOGGLE("Backlight", toggleBacklight),
ITEM_BASIC("Blink random"));
// clang-format on
Expand Down

0 comments on commit 6889c1b

Please sign in to comment.