-
-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tackling issue #1140 #1143
tackling issue #1140 #1143
Conversation
Looks good to me, just need to fix MHP30 building and I'm happy :) I think you just need to ensure the declarations are masked to match the functions they control |
@Ralim
Sorry, but I don't really get what is meant by that. 😵 |
And there is one more thing, which I am not able to solve myself: Please help. thanks in advance |
So the issue looks to be you have put the functions to control I'd they are shown or not, inside the #ifdef so that it's not included for the MHP30, but it needs to be included for the menu. So most likely you just need to move the functions out of being in the #ifdef |
Scrolling is currently only updated when you enter a menu . |
@Ralim
Is it possible to change that? |
Yeah it is possible
Mostly just more compute time, since it requires re-calling all of the "show" functions for each menu items.
|
Please refer to #1140 for more details.
Tested this on both TS80P & Pinecil.
Worked well for both of them!