micropython-micro-gui
micropython-micro-gui copied to clipboard
A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons.
Hi there. I am an extreme beginner with python and programming generally and am trying to use a ssd1306 display with a tiny pico board and cannot for the life...
Is there any way how to window custom graphics such as QR code? I know I can do base ssd.pixel() and draw it over everything, but I feel it is...
If I will do windows with only one button ("OK") then if I will use next/prev/inc/dec buttons. It will for every push call parent's after_open method If there are more...
Hi! First of all, thanks for the amazing library. I'm writing a UI with it and so far it has everything I needed. Really enjoying it! I'm using it with...
Hello! Love this project, thank you for all the work you have done so far! Trying to use a Pico, an SSD1309, and encoder-only mode on my own project, hitting...
Hello @peterhinch I'm using `micro-gui` with the `ssd1306` mono display (`128 x 64`) with three buttons, but the `micro-gui` is showing in all demos a strange symbol (like as a...
Good Day, I am looking forward to using this library in an upcoming project. However, unfortunately it currently doesn't support keypads or keyboards. Is there a roadmap for implementing such...
Title pretty much explains it. I am trying to get it so the user can input a string that then needs to be added to the elements in a dropdown...
It seems that there is an issue initializing the SPI in the sharp driver on the RP2040. I've tried switching to SoftSPI for the SPI.LSB with no success. I'm not...
Hello, love your libraries for micropython. I've been testing the encoder only mode for micro-gui but had a lot of issues with getting my encoders to work. I also tried...