Hey. I've recently just been getting into processing and I'm having a little trouble with something that is probably simple. I've got a text file that contains year 1990 all the way through to 2010.
What I'm looking to do is use a potentiometer connect via an Arduino board to be able to cycle through these years when it gets turned and display it on screen on the Processing sketch.
I've looked at Arrays but I can only seem to find things that would display ALL of these numbers at once, rather than letting me scrolling through them, and displaying the selected one on screen.
If anyone could help, that would be great. I'm combining this with some other code for a project, and I'm really struggling with it.