Skip to content

Call a menu item from function #160

Answered by forntoh
janbelder asked this question in Q&A
Discussion options

You must be logged in to vote

You can use a combination of menu.setCursorPosition‎(...) and menu.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

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rozrabiak
Comment options

@forntoh
Comment options

Answer selected by forntoh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants