micropython-micro-gui/gui/widgets
peterhinch d6cc79e714 Grid widget __getitem__() returns iterator. 2023-06-12 14:44:24 +01:00
..
__init__.py Add grid widget, calendar demo. 2023-02-16 10:30:28 +00:00
adjuster.py
bitmap.py First pass at bitmap and qrcode widgets. 2022-06-08 17:10:50 +01:00
buttons.py
checkbox.py
dial.py dial.py: Fix Pointer color bug. 2023-01-15 09:23:35 +00:00
dialog.py
dropdown.py 3-button mode: fix double-click on button. 2022-02-07 18:51:16 +00:00
graph.py
grid.py Grid widget __getitem__() returns iterator. 2023-06-12 14:44:24 +01:00
knob.py
label.py Simplfy calendar demo. Fix Label where text is None. 2023-06-01 08:48:52 +01:00
led.py
listbox.py 3-button mode: fix double-click on button. 2022-02-07 18:51:16 +00:00
menu.py
meter.py
parse2d.py Grid widget: add addressing options. 2023-05-31 11:55:35 +01:00
qrcode.py First pass at bitmap and qrcode widgets. 2022-06-08 17:10:50 +01:00
region.py
scale.py
scale_log.py
sliders.py Address PR feedback 2022-09-12 00:05:46 +10:00
textbox.py