TreeFallSound/pi-stomp

Effect's parameter list

MacFizz opened this issue · 2 comments

When an effect has greater than 9 parameters, you can't access them because the screen doesn't scroll (or change page).
You can still select the parameter, but you can't see what parameter you're on until you've clicked on it.

The screen view would need to scroll or to display a new page of parameters.

The original pi-Stomp does scroll the list but that has not been so easy to implement for the ili3941 display which renders differently. Definitely possible though and will be fixed eventually.

Fixed via commit: a0ce5e8