beyonlo

Results 150 comments of beyonlo

I tested with `font6.py` (and others fonts) on the `demo/simple.py` and I have same result ```Python import gui.fonts.font6 as font6 wri = Writer(ssd, font6) ``` As you know, I was...

Ohh, I realized that symbol is the exit button, right? So sorry! Is there how do not use and do not show that exit button? Because that exit button use...

Let me to do another question: on the `nano-gui` I was using the `demo/mono_test.py`. I would like to use that example in the `micro-gui`, where Next/Prev buttons change between `fields()`,...

I think the `micro-gui` is no adapted very well to little display, like as 128x64, am I correct or not? Mostly `micro-gui` demos the widgets go to out of display...

> The symbol is the `CloseButton`: just remove that line to get rid of it. Sorry for that dummy question. Now I see in the `buttons.py` code: ```Python # Preferred...

Hello @peterhinch I liked so much about your idea and I understood your rationale. I read many docs and source code as well from `demos` and `ugui.py`, but I have...

Hi @peterhinch Sorry for one more time request, but I would like to know if will be possible to you to create a very simple example with two or 3...

> I am convinced that micro-gui is the best, and simplest, approach. Me too. And I did read this messages bellow dozens of times and still have questions. >Looking at...

I had progress.. :partying_face: I have one **Question** below. In the `hardware_setup.py` I used unused pins to initialize gui without errors. - Done! > `Button` objects are on-screen widgets. `Pushbutton`...

Hey @peterhinch It works like you told me! :partying_face: :balloon: Thank you for your support and especially for your patience! I still testing and finding the best way to call...