kopia lustrzana https://github.com/peterhinch/micropython-micro-gui
README.md: Add reference to micropython-touch.
rodzic
2f9925f232
commit
b937d88e13
16
README.md
16
README.md
|
@ -33,13 +33,15 @@ micro_gui now has limited support for ePaper.
|
||||||
|
|
||||||
# Rationale
|
# Rationale
|
||||||
|
|
||||||
Touch GUI's have many advantages, however they have drawbacks, principally cost
|
Touch GUI's are supported by [micropython-touch](https://github.com/peterhinch/micropython-touch).
|
||||||
and the need for calibration (although the
|
This GUI provides an alternative for displays without a touch overlay. A
|
||||||
[official LCD160cr](https://store.micropython.org/product/LCD160CRv1.1H) is
|
non-touch solution avoids the need for calibration and can also save cost. Cheap
|
||||||
factory calibrated). Another problem is that there are various types of touch
|
Chinese touch displays often marry a good display to a poor touch overlay. It
|
||||||
controller, magnifying the difficulty of writing a portable GUI.
|
can make sense to use such a screen with micro-gui, ignoring the touch overlay.
|
||||||
|
For touch support it is worth spending money on a good quality device (for
|
||||||
|
example Adafruit).
|
||||||
|
|
||||||
The input options work well and yield astonishingly low cost solutions. A
|
The micro-gui input options work well and can yield inexpensive solutions. A
|
||||||
network-connected board with a 135x240 color display can be built for under £20
|
network-connected board with a 135x240 color display can be built for under £20
|
||||||
($20?) using the
|
($20?) using the
|
||||||
[TTGO T-Display](https://www.lilygo.cc/products/lilygo%C2%AE-ttgo-t-display-1-14-inch-lcd-esp32-control-board). The
|
[TTGO T-Display](https://www.lilygo.cc/products/lilygo%C2%AE-ttgo-t-display-1-14-inch-lcd-esp32-control-board). The
|
||||||
|
@ -1407,7 +1409,7 @@ Method:
|
||||||
showing it in its new state.
|
showing it in its new state.
|
||||||
|
|
||||||
Class variable:
|
Class variable:
|
||||||
* `lit_time=1` Period in seconds the `litcolor` is displayed.
|
* `lit_time=1000` Period in ms the `litcolor` is displayed.
|
||||||
|
|
||||||
### CloseButton
|
### CloseButton
|
||||||

|

|
||||||
|
|
Ładowanie…
Reference in New Issue