-
Hi Thomas, |
Beta Was this translation helpful? Give feedback.
Answered by
forntoh
Feb 14, 2024
Replies: 1 comment 2 replies
-
I don't really understand what you mean by going to a menu item directly, can you please explain more. Also would be helpful if you paste the link which doesn't work here and where you got it from so that I can update it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use a combination of
menu.setCursorPosition(...)
andmenu.update()
to achieve what you want.So when button Z is pressed the following code is executed
menu.setCursorPosition(`your desired position goes here`) menu.update() // redraw menu with changes