Releases: CedarGroveStudios/CircuitPython_PaletteFader
Releases · CedarGroveStudios/CircuitPython_PaletteFader
update for CircuitPython 8.x+/9.0 displayio compatibility
1.1.2 Update pyproject.toml
update documentation
1.1.1 update .gitignore
remove "v" from version tag; circup compatibility issue?
1.1.0 update docs
Refactor for non-lab version
Two versions of PaletteFader are contained in the cedargrove_palettefader package folder, palettefader and palettefader_ulab. The faster of the two is palettefader_ulab, requiring CircuitPython with ulab as a built-in module. Certain CircuitPython distributions and versions may not support ulab; check your specific implementation. For example, ulab is not included in MatrixPortal distributions after CircuitPython version 7.3.2.
Initial release
v1.0.0 Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPy…