We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a5d81 commit 037c538Copy full SHA for 037c538
displayio_cartesian.py
@@ -83,7 +83,7 @@ class Cartesian(Widget):
83
84
.. code-block:: python
85
86
- from adafruit_displayio_layout.widgets.cartesian import Cartesian as Plane
+ from displayio_cartesian import Cartesian as Plane
87
88
Now you can create a plane at pixel position x=20, y=30 using:
89
0 commit comments