Merge pull request #111 from CedarGroveStudios/main

Add CedarGrove PaletteFilter helper class
This commit is contained in:
Alec Delaney 2022-09-23 20:57:57 -04:00 committed by GitHub
commit c1315dfe2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -193,3 +193,6 @@
[submodule "libraries/helpers/rangeslicer"]
path = libraries/helpers/rangeslicer
url = https://github.com/CedarGroveStudios/CircuitPython_RangeSlicer.git
[submodule "libraries/helpers/palettefilter"]
path = libraries/helpers/palettefilter
url = https://github.com/Cedargrovestudios/circuitpython_paletteFilter.git

View file

@ -59,6 +59,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries
* [CircuitPython I2C Button](https://github.com/gmparis/CircuitPython_I2C_Button) \([Docs](https://circuitpython-i2c-button.readthedocs.io/en/latest/))
* [CircuitPython MorseCode](https://github.com/jposada202020/CircuitPython_MorseCode.git) ([PyPi](https://pypi.org/project/circuitpython-MorseCode)) \([Docs](https://circuitpython-morsecode.readthedocs.io/en/latest/))
* [CircuitPython Palette Fader](https://github.com/CedarGroveStudios/CircuitPython_PaletteFader)
* [CircuitPython Palette Filter](https://github.com/CedarGroveStudios/CircuitPython_PaletteFilter)
* [CircuitPython Parse](https://github.com/jimbobbennett/CircuitPython_Parse) ([PyPi](https://pypi.org/project/circuitpython-parse)) \([Docs](https://circuitpython.readthedocs.io/projects/parse/en/latest/))
* [CircuitPython_RangeSlicer](https://github.com/CedarGroveStudios/CircuitPython_RangeSlicer.git)
* [CircuitPython_Schedule](https://pypi.org/project/circuitpython-schedule) ([PyPi](https://pypi.org/project/circuitpython-parse)) \([Docs](https://circuitpython-schedule.readthedocs.io/en/latest/))

@ -0,0 +1 @@
Subproject commit 4db0f45f86addc9767cc336cb9ea25f2c424da4f