-
Notifications
You must be signed in to change notification settings - Fork 356
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
Input history #53
Input history #53
Conversation
Great work @thnikk ! I checked this out and it is a step forward from the first proof of concept that we had on this. The two big things that stood out to me are that combo buttons are not represented and it does cut off the bottom line of most layouts. |
Hi @thnikk - some changes have been made to www and will need to be updated for this to compile now. |
This is almost ready but I've only tested it with the Fightboard layout so the others still need to be adjusted. This should be pretty straightforward so I'll try to get it done ASAP. |
I've moved the layouts that fit but the dancepad and stickless layouts are both too big. The dancepad layout could probably be scaled down slightly without being too much smaller, but the stickless layout either needs the up button to be moved or the whole thing needs to be scaled down. |
@thnikk happy to check this out tomorrow. I would prefer slight moves in position over resizing as most of the lays do not resize super well. If this is going to be added to the add-on section you could possibly add a second variable that says how long of a string to display for working around the stickless layout. |
Hey @thnikk - compiled this locally and tested out. Great progress on the actual input history part. That is working very well and has addressed all of the original concerns. I agree that reducing the visible portion of input history will reduce its overall use and appeal so I am happy to see it running across the entire bottom of the screen. I would like to see this added as an add-on that has the ability to be toggled on and off. Assuming that this is added as an add-on I would like to ensure we can keep original layouts and possibly just have modified layouts where needed just for the input history. Stickless is a prime example. The current build does not look quite right and rather cramped. Given that people don't spend all of their time looking at the screen I would feel that the reduced size buttons (while octagonal) are a better overall option when used with this add-on than to have a major layout change. The easy solution to this will just be to have an additional set of layouts that can be enabled if you want to use the add-on. The harder solution would either be to have that automatically done based on the add-on being turned on or have an overriding set of options that are available only when you turn the add-on on. Happy to chat more about this on Discord! |
This seems like a very neat feature for the OLED, but we want to make sure we don't have any layout breaking/changes that require a lot of updates. I'm going to close this PR until we have the ability to turn input history on and off through the web config. Maybe we could also have a hotkey or something similar to do this. Once you have the ability to toggle this mode, create a new PR and we can get it merged in. |
This is a re-implementation of the previous input history RP that was submitted by Thnikk (#53). Changes: - Removed all layout changes - Added PS4 mode This PR is not finished. It needs to be added into an addon and have a web-config component added to it. There is also currently no mapping for the HID Keyboard mode which casues issues. As a nice to have I am going to look into making a square and triangle for PS4 and PS3 mode.
Implements #17. This uses some of the code from the original GP2040 PR, but correctly shows when the same button is pressed multiple times. I'm opening this as a draft because I think there are some things that need to be worked out first: