Skip to content

Releases: adafruit/Adafruit_CircuitPython_HID

5.2.4 - Added cp.org link to index.rst

09 Jun 18:53
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.2.3 - Repo documentation and config updates

07 Jun 17:22
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.2.2 - Updated documentation link, python version

04 Feb 20:11
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.2.1 - Updated pylint version, linted

15 Nov 19:08
d79dd18
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.2.0 - Incorporate KeyboardLayoutBase

26 Oct 15:31
756f5eb
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.1.2 - Added type annotations

19 Oct 17:05
a093229
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.1.1 - Fixed gamepad examples, added note about additional layouts to README

26 Aug 15:42
1cb5549
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.1.0 - Added F20-F24 keys

27 Jul 20:43
d5b6ea5
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.0.1 - Added brightness consumer codes, fixed led_on example

31 May 19:35
78b0fbb
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

5.0.0 - Remove Gamepad

04 May 22:01
de68b7d
Compare
Choose a tag to compare

This release removes adafruit_hid.gamepad. Gamepad only worked well on Windows. CircuitPython 7.0.0 will support user-supplied HID report descriptors, so that you can supply a custom Gamepad that works for your application and OS.

For now, this release moves gamepad.py to examples/, so that the old code is available but no longer part of the library. IIn the future, CircuitPython 7.0.0 examples will be written, or a new library will be provided. See #66 for more details.

If you are actively using gamepad.py and don't want to change your code, you may want to roll back to an earlier version of this library.


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

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

Read the docs for info on how to use it.