pimoroni-pico/micropython
Phil Howard a25b27aca8 PicoVector: Improve transform handling.
* Store a reference to transform, so `set_transform(Transform())` is not GC'd until it is replaced
* Transformations return the transform, allowing chaining: `transform.rotate().scale().translate()`
* A new `get_transform` method for getting the currently set transform.
2025-03-28 10:31:01 +00:00
..
board
examples Tufty 2040: Update spectrometer vector example. 2025-03-28 10:31:01 +00:00
modules PicoVector: Improve transform handling. 2025-03-28 10:31:01 +00:00
modules_py