8 years, 1 month ago.

How can I use a potentiometer to scroll through options in a menu?

Fairly basic question but not sure where to start. Any help would be appreciated

Thanks

1 Answer

8 years, 1 month ago.

You have two things to make: First a menu where you can scroll through, then the analog part. I would start with the menu part, that i the hardest. Just use some wait statements to make it scroll one further every second for example, and make that work properly. Then the next step is adding the potentiometer.

In general programming (and most engineering stuff, maybe even things in life in general ;) ): Cut it into small parts you can solve individually.

Accepted Answer