Merge pull request #111 from CedarGroveStudios/main
Add CedarGrove PaletteFilter helper class
This commit is contained in:
commit
c1315dfe2d
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/))
|
||||
|
|
|
|||
1
libraries/helpers/palettefilter
Submodule
1
libraries/helpers/palettefilter
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 4db0f45f86addc9767cc336cb9ea25f2c424da4f
|
||||
Loading…
Reference in a new issue