Adafruit_CircuitPython_Bundle icon indicating copy to clipboard operation
Adafruit_CircuitPython_Bundle copied to clipboard

A bundle of useful CircuitPython libraries ready to use from the filesystem.

Results 26 Adafruit_CircuitPython_Bundle issues
Sort by recently updated
recently updated
newest added

In each major version of CircuitPython (`major.x.x`), we may make incompatible API changes. In each minor version (`x.minor.x`), we may add additional API functionality. Our current policy to support two...

It's awesome that this list is auto-updated: https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/master/circuitpython_library_list.md However, it's not as useful the manually updated driver page because it gives more detail. https://circuitpython.readthedocs.io/projects/bundle/en/latest/drivers.html Could we use the repo description...

The images.yml file has a scheduled task that runs once per day to generate the folder images for all example code from the libraries in the bundle. https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/62906dc5e598ebb7dc37c529d681acdd104901ee/.github/workflows/images.yml#L7-L10 It seems...

This adds the USB Host Mass Storage library to the bundle

Many of the libraries have bad circup instructions, missing the `adafruit_` prefix, or using an incorrect name. This is related to https://github.com/adafruit/cookiecutter-adafruit-circuitpython/issues/207 but I wanted to list the libraries that...

trying example "can-listener 8.x" in Thonny, reply: >>> %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "", line 8, in File "adafruit_mcp2515/canio/__init__.py", line 7, in ImportError: can't perform relative...

Sory, don't find any place to ask Please port micropython's lib for TM1640 which use a strange protocole to drive Matrix led. This chip is used in the Wemos Matrix...

>>> import neopixel >>> dir(neopixel) ['__class__', '__name__', '__file__', 'struct'] >>>

This gets flagged by the Adabot check for 'CircuitPython drivers page missing driver' `drivers.rst` has links to the seperated repo docs, but needs to be udpated to the newer combined...

documentation

Currently, the library names in https://github.com/adafruit/Adafruit_CircuitPython_Bundle/blob/main/docs/drivers.rst are all descriptive names and do not include the actual library names that one would use in an `import`: `adafruit_whatever`, `neopixel`, `asyncio`, etc. This...

documentation