We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df98457 commit 2830cd2Copy full SHA for 2830cd2
adafruit_cursorcontrol/cursorcontrol.py
@@ -31,9 +31,9 @@ class Cursor:
31
32
:param ~displayio.Display display: CircuitPython display object.
33
:param ~displayio.Group display_group: CircuitPython group object to append the cursor to.
34
+ :param bool is_hidden: Cursor is hidden on init.
35
:param int cursor_speed: Speed of the cursor, in pixels.
36
:param int scale: Scale amount for the cursor in both directions.
- :param bool is_hidden: Cursor is hidden on init.
37
38
Example for creating a cursor layer
39
0 commit comments