I wonder if this would make a good zapper program... if those buttons were on a black background you could potentially detect what exact key it is pointed at with no white screen flash, by flickering the right/bottom edge highlight at alternating frames, to detect in which direction the zapper went relative to the key.
(although the precision might not be good enough in practice, especially on smaller CRTs...)
I saw you had Pi in your screenshot, any possibility of a pi button? Seems like it would be easy to do, just have it return a constant value like any other number key.
puppydrum64 wrote: ↑Mon May 31, 2021 6:49 pm
I saw you had Pi in your screenshot, any possibility of a pi button? Seems like it would be easy to do, just have it return a constant value like any other number key.
It's not impossible... The "pressing a button to load a constant" part is very easy (and the code already has the constants), the only problem here is the button layout and how it was coded.