beyonlo
beyonlo
Hi @peterhinch works with `self.visible = False` Mostly Screens that I will have is just to user see the data, like as that Screens I posted above (meter, multifields), but...
Hello @peterhinch What's the correct way to integrate my micro-gui app with other async tasks/servers? That integrate below works, but I note that after I integrate that very simple example...
Hello @peterhinch > `micro-gui` automatically starts `uasyncio` - the intention being for it to be accessible by means of synchronous coding only. Yes, I see that in the docs. But...
@peterhinch There is a situation with `self.visible = False # Add this line` on the `/gui/widgets/buttons.py` at the `class CloseButton(Button)`. It works (`CloseButton` is invible now), but that Screen stop...
@peterhinch one more question: how is possible to pass `params` to the `class BaseScreen(Screen):`? I'm using the [simple.py](https://github.com/peterhinch/micropython-micro-gui/blob/main/gui/demos/simple.py) as reference. I added a `msg` param this in the init: ```...
@peterhinch The args works - thanks :) **The proof of concept about your `pushbutton` idea works, but I have two problems and one question.** I did a very very simple...
Good morning @peterhinch :) > GitHub complains that the video file is corrupt. That's strange, because I watched it directly from github after I posted the thread - I'm using...
Hi @peterhinch > This is fundamental to the design. If screen C opens another instance of A - carousel mode - you would end up with ABCA which would pave...
Hello @peterhinch Sorry to answering in this issue that you already closed, but I found a important information that maybe do you have interested! I at least liked it! I...
> The two Adafruit RTC's are exactly the same price ($17.50). Yes, I noticed that too, but that is just about the Adafruit boards brand - maybe Adafruit to decide...