micropython-nano-gui
micropython-nano-gui copied to clipboard
A lightweight MicroPython GUI library for display drivers based on framebuf class
Hello, please consider upip support for easier upload to ESP32. Because rhsell have some issues with large and lot of files... So upip will safe lots of broken keyboards and...
Several examples have an incompletely correct initialization sequence. They call refresh(ssd, True) but 'lut' colors is not initialized. The more correct sequence is: ``` from color_setup import ssd # Create...
I have a SH1106 OLED screen. Could you add the support of SH1106 drivers? Here is the code: https://github.com/robert-hh/SH1106 thx! ☺️
Hello, Peter. I propose to correct the color names and hex codes according to base colors from https://en.wikipedia.org/wiki/Web_colors I think all hardware manufacturers are guided by these hex values. Also,...
Hi Peter - I really admire and appreciate all of the contributions you've been making to micropython. I'm not sure if you want me to post an issue I'm having...
I wanted to bring your attention to a bug I encountered while working with my Pico-e-Paper-4.2 gray-scale display. Specifically, correctly rendering widgets on the screen. Because the widgets use the...
LilyGo has added ST7789 support for their parallel display on the T-Display S3 here: https://github.com/Xinyuan-LilyGO/lilygo-micropython/issues/16 Any chance someone can write a driver for this for nano-gui ? Here is an...