We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 055b1f4 + 222f903 commit ceb286fCopy full SHA for ceb286f
adafruit_cursorcontrol/cursorcontrol.py
@@ -78,7 +78,7 @@ def __init__(self, display=None, display_group=None, bmp=None, is_hidden=False,
78
self._cursor_bitmap = self._default_cursor_bitmap()
79
else:
80
self._cursor_bitmap = bmp
81
- self.generate_cursor(bmp)
+ self.generate_cursor(self._cursor_bitmap)
82
# pylint: enable=too-many-arguments,line-too-long
83
84
def __enter__(self):
0 commit comments