Adafruit-circuitpython-dotstar

Latest version: v2.2.11

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

Scan your dependencies

Page 5 of 6

1.5.1

Thanks to schelmo for the update!

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

To use in CPython, `pip install adafruit-circuitpython-dotstar`.

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

1.5.0

- SPI baudrate can now be set when creating a DotStar object. Defaults to `4000000`.
- Added Light Painting & POV examples!

Thanks PaintYourDragon!

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-dotstar`.

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

1.4.0

- Updated to handle bit banging pin options on Raspberry PI
- Examples updated.
- Fix for `_set_value()` not accepting `int`s

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-dotstar`.

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

1.3.0

- Added `setup.py`
- Added PyPI release info to `.travis.yml`
- Updated `requirements.txt`
- Added a more comprehensive `.gitignore`

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-dotstar`.

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

1.2.1

1. The `math` library may not always be available, so uses of `math.ceil()` were replaced with equivalent calculations.
2. `fill()` was sped up by about 25% by using `range()` instead of `enumerate()`.

1.2.0

Thanks to mcscope for the great work!

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.