No description
Find a file
jposada202020 495fa50cbc docs
2023-05-31 12:32:38 -04:00
.github/workflows _Github_actions 2023-05-09 21:03:12 -04:00
color_picker Update color_picker.py 2023-01-30 19:04:18 -05:00
docs docs 2023-05-31 12:32:38 -04:00
examples docs 2023-05-24 22:07:08 -04:00
LICENSES Initial commit 2021-04-12 08:03:04 -04:00
.gitignore Initial commit 2021-04-12 08:03:04 -04:00
.pre-commit-config.yaml docs 2023-05-24 22:07:08 -04:00
.pylintrc Updating Library behind the wheel 2023-01-22 17:22:57 -05:00
.readthedocs.yaml docs 2023-05-31 12:32:38 -04:00
LICENSE Initial commit 2021-04-12 08:03:04 -04:00
optional_requirements.txt docs 2023-05-24 22:07:08 -04:00
pyproject.toml docs 2023-05-24 22:07:08 -04:00
README.rst docs 2023-05-24 22:07:08 -04:00
requirements.txt Adding dependencies, and picture 2021-04-12 08:10:52 -04:00

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>`_.