This repository was archived by the owner on Feb 8, 2023. It is now read-only.
  
  
  
  
  
Description
There was a PR on the original GP2040 that had the foundation for input history from Sleep:
FeralAI#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.