Skip to content

Releases: adafruit/Adafruit_CircuitPython_CursorControl

2.5.1 - Added type hints

27 Dec 22:23
386e235

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

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

Read the docs for info on how to use it.

2.5.0 - Use Keypad instead of Gamepad

20 Nov 03:52
826e187

Choose a tag to compare

This release requires CircuitPython 7.0.0.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

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

Read the docs for info on how to use it.

2.4.1 - Updated pylint version, linted

15 Nov 18:49

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

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

Read the docs for info on how to use it.

2.4.0 - Removed usage of max_glyphs with Label

27 Jul 20:58
530d335

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.

2.3.0 - Remove max_size usage

03 Jul 17:10
12274ab

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.

2.2.5 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:44

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.

2.2.4 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:10

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.

2.2.3 - Moved to pre-commit, added licensing info

20 Jan 22:39
edb5a20

Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.

2.2.2 - Fixed discord invite link

09 Jul 20:05

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.

2.2.1 - Added Black check, reran Black with Python 3 target.

10 Apr 16:39
31908f7

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

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

Read the docs for info on how to use it.