Hi. Noob here. I've been able to learn how to create some data visualizations which pull from a .txt file (which has a bunch of names with associated data). Right now the user needs to enter the name and hope it matches a name in the .txt file. What I'd prefer to do is have a drop down menu of all the names (pulling from the .txt file) and have the user select a name. 2 questions:
1. Is there a library for this? If so can you recommend a simple one? I looked around and saw some - like ControlP5 - but was a bit overwhelmed by it and wondered if it was overkill for what I am looking for. Also I wasn't sure it had a drop down menu.
2. I'm not 100% sure how libraries work: is it as simple as copying the code from the library into my sketch? I've been looking through the instructions for ControlP5 but still wasn't 100% sure how to use it in my sketch.
Thanks for the help!
Kevin
1. Is there a library for this? If so can you recommend a simple one? I looked around and saw some - like ControlP5 - but was a bit overwhelmed by it and wondered if it was overkill for what I am looking for. Also I wasn't sure it had a drop down menu.
2. I'm not 100% sure how libraries work: is it as simple as copying the code from the library into my sketch? I've been looking through the instructions for ControlP5 but still wasn't 100% sure how to use it in my sketch.
Thanks for the help!
Kevin
1