Skip to content

Tag: micropython

Two-Button Menu Iteration

I’ve got a script that I’m adapting to micropython on a 2040, and I want to use two buttons to navigate the menu structure. I can’t figure out how to make the iterate loop in the multi-choice menus work right… here’s what I’ve got so far: In particular, this is the logic I&…