Skip to content

Releases: CedarGroveStudios/CircuitPython_PaletteFader

update for CircuitPython 8.x+/9.0 displayio compatibility

02 Nov 03:19
b6d144f
Compare
Choose a tag to compare

update documentation

21 Dec 06:12
Compare
Choose a tag to compare
1.1.1

update .gitignore

remove "v" from version tag; circup compatibility issue?

26 Oct 05:50
e892718
Compare
Choose a tag to compare

Refactor for non-lab version

26 Oct 01:40
Compare
Choose a tag to compare

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

07 Sep 02:52
Compare
Choose a tag to compare
v1.0.0

Merge branch 'main' of https://github.com/CedarGroveStudios/CircuitPy…