Wykres commitów

191 Commity (main)

Autor SHA1 Wiadomość Data
peterhinch be7d12de95 Add Pimoroni Pico Display example. 2023-01-24 09:30:25 +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
peterhinch e2fb78818a ILI9486: Make pinouts consistent with PCB. 2023-01-10 18:22:05 +00:00
peterhinch 4e59c85baf Add ILI9486 driver. 2023-01-10 12:00:05 +00:00
Peter Hinch 5bc33d0b2a
Merge pull request #21 from ThinkTransit/gc-threshold
gc.threshold() not available on all ports
2022-11-15 08:28:12 +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
Peter Hinch 737dc6d2c9
Merge pull request #18 from Leonti/patch-1
ugui.py Fix height and width in clr_scr
2022-09-11 13:54:02 +01:00
Leonti Bielski 2df7d1b0ef
Update docs with `max_delta` and `min_delta` for sliders 2022-09-11 18:46:10 +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 2513961f0c ili9341.py: Add note on timing. 2022-08-13 15:12:57 +01:00
Peter Hinch ce82fe6aa5 Minor changes to primitives. 2022-08-13 10:44:08 +01:00
Peter Hinch 423f61fdce README.md: Add directory tree image. 2022-07-22 15:13:20 +01:00
Peter Hinch a58e33b955 README.md: Add directory tree image. 2022-07-22 15:04:59 +01:00
Peter Hinch 3d841cb63d README.md improvements. 2022-07-21 19:33:35 +01:00
Peter Hinch d1eff732a9 README.md improvements. 2022-07-21 19:30:47 +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 3b5f2f2628 README.md: Various imprvements and updates. 2022-07-20 18:51:20 +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 d65218b402 README.md: Example code illustrates monochrome use. 2022-07-08 14:37:15 +01:00
Peter Hinch d380914cf2 Add images for bitmap and QR code. 2022-06-09 08:33:12 +01:00
Peter Hinch 2aa36fd7b5 README.md fix typos. 2022-06-08 17:18:00 +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 0d25d5cbb8 README.md: link to list of supported displays. 2022-05-10 11:49:01 +01:00
Peter Hinch cad7a74188 Add working image. 2022-05-05 18:39:05 +01:00
Peter Hinch 5eb9bea20e Add debug images for issue. 2022-04-29 14:35:54 +01:00
Peter Hinch daab0fa859 ssd1351 drivers: remove unused import statement. 2022-04-28 12:57:14 +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 d4fdc2e7f3 ugui.py: Enable user to disable GC. 2022-03-24 18:06:34 +00:00
Peter Hinch 08a8ef3b09 ugui.py: Enable user to disable GC. 2022-03-24 17:27:03 +00:00