Adafruit_CircuitPython_TLC59711

CircuitPython module for the TLC59711 16-bit 12 channel RGB LED PWM driver.

MIT License

Downloads
1.2K
Stars
6
Committers
14

Bot releases are hidden (Show)

Adafruit_CircuitPython_TLC59711 - 2.0.13 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 10 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_TLC59711/compare/2.0.12...2.0.13

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.12 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.11 - 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-TLC59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.10 - Updated pre-commit hooks

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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.9 - Typing Information

Published by FoamyGuy almost 2 years ago

This release includes typing information for function arguments and returns. Thank you @tcfranks

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.8 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.7 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.6 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.5 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.4 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.2 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.1 - Fix Class Properties

Published by FoamyGuy about 3 years ago

This release fixes some class properties that previously could result in undefined variable exceptions being raised in some environments. Thank you @Neradoc

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 2.0.0 - Added alternative TLC59711Multi driver implementation

Published by evaherrada over 3 years ago

Thanks @s-light

See #5 for more information

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 1.2.6 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 1.2.5 - 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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 1.2.4 - Moved to pre-commit, added licensing info

Published by evaherrada over 3 years ago

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-tlc59711.

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - Remove hardcoded baudrate

Published by kattni about 4 years ago

Thanks to @FoamyGuy for the fix!

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 1.2.2 - Fixed discord invite link

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_TLC59711 - 1.2.1 - Added Black check, reran Black with Python 3 target.

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Package Rankings
Top 13.44% on Pypi.org
Related Projects