Simple Example for a Pick List
Does anyone have a simple example for a picklist? I tried making a custom contrainer for a "pick list item" then I used a scrollwheel container to make a list. But how do I edit the code to change the names of the items?
I tried following the example from "Tutorial 4: Creating a Scroll Wheel with Custom Behavior" but I can't get it to compile. It gives me the following error:
gui/include/gui/containers/NumberList.hpp:16:21: error: 'textBuffer' was not declared in this scope
Unicode::itoa(no, textBuffer, TEXT_SIZE, 10);But I dont understand how I am supposed to declare a textBuffer and have it linked to my WildCard text that I created in my customcontainer. Any help is appreciated. I'm using STM32H747I-DISCO v(1.0.0).
