Adafruit-circuitpython-cursorcontrol

Latest version: v2.8.1

Safety actively analyzes 629004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

2.1.4

This release includes:
* Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-cursorcontrol`.

Read the [docs](http://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/) for info on how to use it.

2.1.3

* Fixes `AttributeError: 'CursorManager' object has no attribute '_joystick_x'` error with PyBadge.

Read the [docs](http://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/) for info on how to use it.

2.1.2

This release fixes an issue where the cursor drifts off the screen. The CursorManager now calibrates the joystick during initialization. https://github.com/adafruit/Adafruit_CircuitPython_CursorControl/issues/4

Read the [docs](http://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/) for info on how to use it.

2.1.1

This release fixes an issue where initializing a default cursor would throw an `Unsupported Bitmap Type` error. https://github.com/adafruit/Adafruit_CircuitPython_CursorControl/pull/9

Read the [docs](http://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/) for info on how to use it.

2.1.0

You can now change from the default cursor if you want a custom one!


Read the [docs](http://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/) for info on how to use it.

2.0.0

**BREAKING CHANGE**: `.hide` property has been renamed to `.hidden`.

* `.hide` changed to `.hidden`, thanks dastels
* Cursor behavior modified to explicitly define when the cursor is hidden (`.hide`) or visible (`.show`) instead of toggling.
* Added custom cursor support (bitmaps can be defined in `code.py` and provided to the `CursorControl` constructor), thanks dastels
* [Example](https://github.com/adafruit/Adafruit_CircuitPython_CursorControl/blob/master/examples/cursorcontrol_custom_cursor.py)

Read the [docs](http://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/) for info on how to use it.

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.