From 7828c0513cc98688fb418cfc500078f376f27a47 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Mon, 7 Jun 2021 11:52:13 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7500223..268a25f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # micropython-micro-gui -A lightweight MicroPython GUI library for display drivers based on framebuf, allows input via pushbuttons. +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](https://github.com/peterhinch/micropython-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.