-
Notifications
You must be signed in to change notification settings - Fork 14
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
[FEATURE] Add alternating information on the display #24
Comments
I'm going to build one and viewing a dollar or euro price would be nice :) |
alternating not implemented |
I wonder if that rp2.bootsel_button() function can be put to more than just one-time use. Just throwing some ideas out: Regarding how many functions that bootsel_button might represent:
Regarding the "next" and "previous" functionality: maybe it's useful for switching through "modes"? Perhaps not all modes are interesting, so they could be enabled via checkboxes/multiselect in settings so that user could avoid modes they never want to see? Perhaps there is a setting for "auto-next-mode" in settings, which represents how long each "mode" should remain on the display. If set to 0 then mode is never changed except via the bootsel_button, else its value could be 30 if they want the mode to change every 30s? As an example, assuming that a European user only had some modes enabled, "next" might increment as follows:
... while v0.2.0-beta modes would increment as follows:
??? I'm exploring ideas in a "brainstorm" branch here ...and I've implemented these ideas in a "clicky_dispversion_modes" branch here |
No description provided.
The text was updated successfully, but these errors were encountered: