Greetings,
First and foremost, thank you Rop for writing this library, saved me a ton of time.
I'm currently working on a M5Stack Gray application and want only the header, and a couple buttons; I'll add task code (yield) or interrupts later. I first want to get the UI working.
I have no issues getting the header to display as I wish.
I have no problems getting the buttons to display.
However, I am not able to read the buttons. Calling the ez.buttons.poll() in my loop does not ever return any key pressed.
Can you please show me an example of just a header, buttons and a means of retrieving the pressed button.
Thank you!