Wykres commitów

103 Commity (e31fbe36036ad17cd45e74ad4572a8251e6d03ad)

Autor SHA1 Wiadomość Data
peterhinch e31fbe3603 Grid widget: add addressing options. 2023-05-31 11:55:35 +01:00
peterhinch ebfb980e94 grid widget: Allow proper 2D array syntax. 2023-05-26 11:35:57 +01:00
peterhinch 3de3a8cec8 Add feather_s3 setup examples. Update date.py 2023-05-06 17:06:40 +01:00
peterhinch 19b369e6e7 Use standard writer.py: create_color() matches nano-gui. 2023-05-01 10:11:16 +01:00
peterhinch eb1f7f1987 Use new FB metods. Requires MP>=V1.20 2023-04-30 12:12:20 +01:00
peterhinch 9227e1c215 MP V1.20 version tested. 2023-04-30 11:37:04 +01:00
peterhinch fc7c91fa20 Minor changes to README and demo code format. 2023-04-16 18:24:33 +01:00
peterhinch ced79c49d6 Improve ePaper demo and docs. 2023-04-16 13:56:40 +01:00
peterhinch 1424c06bb6 ePaper optimisations. 2023-04-13 18:37:21 +01:00
peterhinch e510739daf Add limited ePaper support. 2023-04-13 13:34:37 +01:00
peterhinch 43c19b7b48 core/ugui.py: Remove gc threshold setting (iss 27). 2023-03-31 14:11:44 +01:00
peterhinch df8dbf7fb7 label.py: Fix bug where bgcolor not rendered outside text boundary. 2023-03-02 10:59:36 +00:00
peterhinch b40d698fbc demos/calendar.py: Add date module, fix bugs. 2023-02-22 10:06:29 +00:00
peterhinch a940c20fd2 label.py: Fix color change refresh bug 2023-02-20 09:52:03 +00:00
peterhinch e02888f43d Add grid widget, calendar demo. 2023-02-16 10:30:28 +00:00
peterhinch b1942ecdfa README improvements. 2023-01-16 17:29:10 +00:00
peterhinch e7332ef16a dial.py: Fix Pointer color bug. 2023-01-15 09:23:35 +00:00
peterhinch 30ffd8b23b ILI9486 update. 2023-01-13 16:41:33 +00:00
Patrick Joy 46aa2246c1
gc.threshold() not available on all ports 2022-11-15 17:10:56 +11:00
Peter Hinch 8160f5359f Pico setup examples: specify SPI pins. 2022-09-26 10:31:04 +01:00
Peter Hinch 8e3d8a04c3
Merge pull request #20 from Leonti/patch-2
Add `delta` parameters to sliders
2022-09-12 08:23:30 +01:00
Leonti Bielski 47cade1c20
Address PR feedback 2022-09-12 00:05:46 +10:00
Leonti Bielski 1903460085
Add `delta` parameters to sliders 2022-09-11 18:42:56 +10:00
Leonti Bielski 39d27b5c0f
Fully clear the screen
Use the full width and height of the screen to clear it.
2022-09-11 14:11:57 +10:00
Peter Hinch ce82fe6aa5 Minor changes to primitives. 2022-08-13 10:44:08 +01:00
Peter Hinch cb27013ab0 pushbutton.py: Add sensitivity range check. 2022-07-21 19:17:03 +01:00
Peter Hinch 8bd91bcdfc Enable touch threshold control. 2022-07-21 13:09:38 +01:00
Peter Hinch b143c2e2f4 ESP32Touch now subclass of Pushbutton. 2022-07-20 11:18:21 +01:00
Peter Hinch bdfdc4e262 First pass at touch support. 2022-07-19 18:33:20 +01:00
Peter Hinch 16b73b7502 First pass at touch support. 2022-07-19 18:31:01 +01:00
Peter Hinch 17554ccf7c ugui.py: Enable alternative Input class. 2022-07-19 12:26:23 +01:00
Peter Hinch ec9b1ddce9 ugui.py: Enable alternative Input class. 2022-07-19 12:16:26 +01:00
Peter Hinch c03ed90796 First pass at bitmap and qrcode widgets. 2022-06-08 17:10:50 +01:00
Peter Hinch 3f7be4ebba README needs updating. 2022-05-21 18:56:04 +01:00
Peter Hinch 447e87bad1 Add bitmap demos. 2022-05-17 16:41:54 +01:00
Peter Hinch ed713ee081 Initial commit of bitmap.py. 2022-05-17 16:38:19 +01:00
Peter Hinch 834ec5503c encoder.py: improve tracking of detents. 2022-04-21 17:55:12 +01:00
Peter Hinch 29ec451ad8 encoder.py: improve tracking of detents. 2022-04-21 13:50:32 +01:00
Peter Hinch 95af8c625f Update encoder examples to advise div ratio of 4. 2022-04-19 13:22:54 +01:00
Peter Hinch cef366f9de encoder.py - update to match master version. 2022-04-17 18:02:38 +01:00
Peter Hinch 982005736a Improve encoder precision. 2022-04-17 14:42:23 +01:00
Peter Hinch 4d98d7aecf Improve encoder precision. 2022-04-17 12:09:28 +01:00
Peter Hinch a248c4277b Label widget: dynamic justify option. 2022-04-09 11:21:04 +01:00
Peter Hinch 9dd7368244 Label widget: add justify option. 2022-04-08 14:37:55 +01:00
Peter Hinch 08a8ef3b09 ugui.py: Enable user to disable GC. 2022-03-24 17:27:03 +00:00
Peter Hinch d2a9cf037f ugui.py: Enable user to disable GC. 2022-03-24 16:59:42 +00:00
Peter Hinch 9892922090 Add missing pushbutton.py. 2022-02-17 08:40:22 +00:00
Peter Hinch e289692be1 Add free RAM print and quiet() function. 2022-02-15 17:50:30 +00:00
Peter Hinch 01b00c5e2c 3-button mode: fix double-click on button. 2022-02-07 18:51:16 +00:00
Peter Hinch f7c33cb408 V0.1.5 3-button adjustment mode. 2022-02-06 12:05:38 +00:00