-
Notifications
You must be signed in to change notification settings - Fork 22
Added title support for the menu #8
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
base: master
Are you sure you want to change the base?
Conversation
and additional sub-title
And an optional sub-title
Default value of menu_subtitle to "", so its optional
@ladyada I know bumping is not really a nice thing to do for a PR.. but... (small) bump :) |
hiya we had to refactor this library. can you show me what the new menus look like, a picture? |
can u have just one function for menus, you can add the menutitle at the end of the param list, so it defaults to something (rather than 2 nearly identical functions) |
Just ordered the PyGamer, will fix this as soon as I can after receiving the package :) |
Removed double check for touchscreen-to-button LEFT button
I tested the added title and sub-title support! In the previous commit, the menu-items weren't moved down enough (x-axis) Will upload photos (or EXTREME-awesome-paint-pro images) to the PR
ok will review this next time we're working on this library! |
Added another menu-method with support for a title and sub-title
Using this method instead of the other will remove the "hint" at the bottom of the menu.
I created this method as a first step to simplify the file-selection menu
(which contains code that needs to be in another .cpp file, like Adafruit_Arcada_Alerts.cpp).