This is a lightweight, portable, MicroPython GUI library for displays having drivers subclassed from framebuf.
Go to file
Peter Hinch 7828c0513c
Update README.md
2021-06-07 11:52:13 +01:00
.gitignore Initial commit 2021-06-07 11:44:36 +01:00
LICENSE Initial commit 2021-06-07 11:44:36 +01:00
README.md Update README.md 2021-06-07 11:52:13 +01:00

README.md

micropython-micro-gui

Under development: will be released soon after further testing.

A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons or via a switch joystick.

It is larger and more complex than nano-gui owing to the support for input. It enables switching between screens and launching modal windows. In addition to nano-gui widgets it supports listboxes, dropdown lists, various means of entering or displaying floating point values, and other widgets.

It uses display drivers for nano-gui providing portability to a wide range of displays. It is also portable between hosts. Currently running on RP2, but I intend to test on Pyboard and ESP32/TTGo TDisplay.