No description
| .github/workflows | ||
| color_picker | ||
| docs | ||
| examples | ||
| LICENSES | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .pylintrc | ||
| .readthedocs.yaml | ||
| LICENSE | ||
| optional_requirements.txt | ||
| pyproject.toml | ||
| README.rst | ||
| requirements.txt | ||
Introduction
============
.. image:: https://readthedocs.org/projects/circuitpython-color-picker/badge/?version=latest
:target: https://circuitpython-color-picker.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://github.com/jposada202020/CircuitPython_color_picker/workflows/Build%20CI/badge.svg
:target: https://github.com/jposada202020/CircuitPython_color_picker/actions
:alt: Build Status
.. image:: https://img.shields.io/pypi/v/circuitpython-color-picker.svg
:alt: latest version on PyPI
:target: https://pypi.python.org/pypi/circuitpython-color-picker
.. image:: https://static.pepy.tech/personalized-badge/circuitpython-color-picker?period=total&units=international_system&left_color=grey&right_color=blue&left_text=Pypi%20Downloads
:alt: Total PyPI downloads
:target: https://pepy.tech/project/circuitpython-color-picker
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: Black
Color Picker for CircuitPython. Allows to pick a color directly from CircuitPython, giving you the color information.
Dependencies
=============
This driver depends on:
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_
or individual libraries can be installed using
`circup <https://github.com/adafruit/circup>`_.
Usage Example
=============
Please see the ``color_picker_simlpetest.py`` example for initial reference
.. image:: https://raw.githubusercontent.com/jposada202020/CircuitPython_color_picker/main/docs/color_picker.png
Documentation
=============
For information on building library documentation, please check out
`this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.