Closed delaneyheileman closed 3 years ago
Need to check on touchscreen laptop then will close
I have tried to get this issue closed but I can't get the branch to work, but no matter what I have tried I can't get it to run correctly. I assume something is outdated? I made sure to have the Arduinos plugged in and running the touchscreen branch.
However, going through the code... it doesn't look like it should be hard to simply carry this over to the newer branches. I will play with this, it is just a few lines of code. I think I can get it, if not @delaneyheileman I might need your help. I'll keep you updated.
Somehow double did this ^, not sure. To do this I had to change the controlP5.java library and recompile the .jar. see here (#11) to see how.
When you select click a button (button1) it changes color, when another button is pressed(button2) it also changes color but the button1 does not revert to its original color. When a third button(button3) is pressed the button1 reverts to the original color and button2 and button3 are the same color.