Closed markwheeler closed 5 years ago
yikes. i'll check out the encoder sensitivity function. thanks for the heads up.
More detail for a sure repro:
FWIW - I see this same behavior as well on my Raspi setup. Must turn enc left and then back right to get params page.
menu.lua line 135
local c = util.clamp(menu.panel+delta,1,4)
menu.panel is set to 4 because the prior screen was params. (so it won't change because it thinks it's already on screen 4)
clicking enc 1 should reset this to menu.panel = 1?
or script load should reset menu.panel to 1?
fixed. b6c4344..3e3b37d
script load auto-defaults EDIT screen to HOME now, and scrolling works as expected.
Frequently see this when returning to the menu from a script: