Skip to content

Commit 1d3c90f

Browse files
committed
Added bmp param in Cursor class docstring
1 parent 2830cd2 commit 1d3c90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_cursorcontrol/cursorcontrol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Cursor:
3131
3232
:param ~displayio.Display display: CircuitPython display object.
3333
: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
3435
:param bool is_hidden: Cursor is hidden on init.
3536
:param int cursor_speed: Speed of the cursor, in pixels.
3637
:param int scale: Scale amount for the cursor in both directions.

0 commit comments

Comments
 (0)