Hello,
I am new to M5Stack in general and just ordered my first Paper S3.
My use case is this:
I want to create a meeting room display that can call an API (Get Request) and then display the JSON data (simple object with some strings) as labels. Those will be things like is the room free, occupied, when is the next meeting...
If the room is currently free, I want three touch buttons that allow to book the room for 15, 30 or 45 minutes. That will send an http post to a different endpoint.
UIFlow 2 does not seem to have a widget or any other way to add a touch button as a visual element. I could create a rectangle and them some text.
But if I start to change code in the python area on the right, those things will not translate to the visuals on the left.
I'm curious how you are supposed to create buttons in UIFlow2.
Also, I'm struggling with the graphic interface with the blocks of code.
Is there any tutorial that will walk me through creating a simple project on the Paper S3? The 2-3 minute Youtube videos only give a very superficial overview. I would need more guidance.
And my last question: How do I find out, what widgets exist and what the expected parameters are? That would help me a lot.
If somebody reads this and feels sympathy and would take some time to get me on track to build the first project.