micropython-micro-gui/gui/widgets
Peter Hinch 174b53ba54 Grid control: backport __call__ from micropython-touch. 2025-02-24 10:59:03 +00:00
..
__init__.py Add grid widget, calendar demo. 2023-02-16 10:30:28 +00:00
adjuster.py Adjuster can now take min-delta and max-delta args. 2024-12-13 13:52:35 +00:00
bitmap.py First pass at bitmap and qrcode widgets. 2022-06-08 17:10:50 +01:00
buttons.py buttons.py: remove orphan code. Add ILI9341 8-bit driver. 2024-09-18 16:53:10 +01:00
checkbox.py Add aclock, dropdown and primitives demos. 2021-06-24 18:42:16 +01:00
dial.py dial.py: Fix Pointer color bug. 2023-01-15 09:23:35 +00:00
dialog.py Mod demos for 128x128 minimum screen. 2021-06-25 16:56:14 +01:00
dropdown.py Listbox and Dropdown support dynamic element lists. 2024-09-13 17:16:50 +01:00
graph.py README update. Remove redundant code. 2021-06-10 13:23:18 +01:00
grid.py Grid control: backport __call__ from micropython-touch. 2025-02-24 10:59:03 +00:00
knob.py Fixes to precision mode. README improvements. 2021-06-22 09:01:40 +01:00
label.py Simplfy calendar demo. Fix Label where text is None. 2023-06-01 08:48:52 +01:00
led.py Initial commit. 2021-06-09 17:11:48 +01:00
listbox.py Listbox and Dropdown support dynamic element lists. 2024-09-13 17:16:50 +01:00
menu.py V0.1.5 3-button adjustment mode. 2022-02-06 12:05:38 +00:00
meter.py Meter class now replaces Tstat. 2021-07-10 18:17:10 +01:00
parse2d.py Grid widget: add addressing options. 2023-05-31 11:55:35 +01:00
qrcode.py Simplify use of mpremote mount to run demos. 2024-12-24 12:05:39 +00:00
region.py Meter class now replaces Tstat. 2021-07-10 18:17:10 +01:00
scale.py Fixes to precision mode. README improvements. 2021-06-22 09:01:40 +01:00
scale_log.py V0.1.5 3-button adjustment mode. 2022-02-06 12:05:38 +00:00
sliders.py Address PR feedback 2022-09-12 00:05:46 +10:00
textbox.py widgets/textbox.py Fix bug with encoder scrolling. 2021-07-16 18:05:22 +01:00