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 2830cd2 commit 1d3c90fCopy full SHA for 1d3c90f
adafruit_cursorcontrol/cursorcontrol.py
@@ -31,6 +31,7 @@ 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 ~displayio.Bitmap bmp: CircuitPython bitmap object to use as the cursor
35
:param bool is_hidden: Cursor is hidden on init.
36
:param int cursor_speed: Speed of the cursor, in pixels.
37
:param int scale: Scale amount for the cursor in both directions.
0 commit comments