28Views2Replies
How do I make a button panel that will change images on a laptop?
Suppose, I have 5 buttons and I want to show 5 images corresponding to it on my laptop. How is it possible?
Suppose, I have 5 buttons and I want to show 5 images corresponding to it on my laptop. How is it possible?
Comments
1 year ago
As downunder35m already said, thats the simplest solution.
If you want to have something more fancy, you can go with a Arduino Pro Micro (ATMega34u2) and have it emulate a keyboard. Add 5 big buttons to 5 digital inputs and you are set.
https://www.arduino.cc/reference/en/language/funct...
&
https://www.arduino.cc/reference/en/language/funct...
for further reading into this topic.
1 year ago
Using an external number pad and a script for the viewer.