Skip to content
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

Proof of concept input histroy. #17

Closed
TheTrainGoes opened this issue Dec 21, 2022 · 2 comments
Closed

Proof of concept input histroy. #17

TheTrainGoes opened this issue Dec 21, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheTrainGoes
Copy link
Contributor

There was a PR on the original GP2040 that had the foundation for input history from Sleep:

FeralAI/GP2040#48

I compiled and tested this.

It currently is a running line that will max out on screen length and will only resister one input of each input type in a row. As an example, if I were to press left and then left again, it would only register one instance of left.

For this to be more useful we would want to limit the amount of space it takes up and also have it include additional instances of input types that are pressed in a row.

@Fortinbra Fortinbra added enhancement New feature or request help wanted Extra attention is needed labels Dec 21, 2022
@Fortinbra Fortinbra moved this to 🆕 New in GP2040-CE Backlog Dec 21, 2022
@thnikk thnikk mentioned this issue Jan 15, 2023
@TheTrainGoes
Copy link
Contributor Author

Update on this - As soon as #53 gets updated with WWW we can merge and close this. Tested and working! Cool little addon

@TheTrainGoes
Copy link
Contributor Author

This is finished and now in main

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in GP2040-CE Backlog Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: Done
Development

No branches or pull requests

2 participants