Adafruit_CircuitPython_CursorControl

Mouse cursor for interaction with CircuitPython UI elements

MIT License

Downloads
1.2K
Stars
4
Committers
12

Bot releases are visible (Hide)

Adafruit_CircuitPython_CursorControl - 2.8.1 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 11 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_CursorControl/compare/2.8.0...2.8.1

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.

Adafruit_CircuitPython_CursorControl - 2.8.0 - remove .show() used for display

Published by dhalbert 12 months ago

Adafruit_CircuitPython_CursorControl - 2.7.7 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

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.

Adafruit_CircuitPython_CursorControl - 2.7.6 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

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.

Adafruit_CircuitPython_CursorControl - 2.7.5 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.7.4 - Fixed version string

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.7.3 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.7.2 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.7.1 - Repo documentation and config updates

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.7.0 - Debouncing for Alt Start and Select Buttons

Published by FoamyGuy over 2 years ago

This release has new functionality to use debouncing with alt, start, and select buttons. Thank you @flom84

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.

Adafruit_CircuitPython_CursorControl - 2.6.0 - Start and Select Buttons

Published by FoamyGuy over 2 years ago

This release has new functionality to check for start and select button presses. Thank you @flom84

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.

Adafruit_CircuitPython_CursorControl - 2.5.3 - Updated documentation link, python version

Published by evaherrada over 2 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.5.2 - Implemented is_alt_clicked method

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.5.1 - Added type hints

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.5.0 - Use Keypad instead of Gamepad

Published by FoamyGuy almost 3 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.4.1 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.4.0 - Removed usage of max_glyphs with Label

Published by evaherrada about 3 years ago

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.

Adafruit_CircuitPython_CursorControl - 2.3.0 - Remove max_size usage

Published by FoamyGuy over 3 years ago

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.

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

Published by evaherrada over 3 years ago

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.

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

Published by evaherrada over 3 years ago

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.

Package Rankings
Top 13.09% on Pypi.org
Related Projects