Skip to content

Releases: adafruit/Adafruit_NeoPXL8

1.3.0 Add RP2350 support + free PIO resources in destructor

18 Sep 19:01
07378a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.6...1.3.0

Fix HDR clear()

19 May 21:16
Compare
Choose a tag to compare
1.2.6

clang fix

VideoMSC/Serial examples use a config file

20 Apr 19:32
d4ff50e
Compare
Choose a tag to compare

The MSC/Serial examples now use run-time configuration stored in CIRCUITPY/neopxl8.cfg. Depends on Adafruit_CPFS library.

Feather RP2040 SCORPIO fix

08 Feb 19:06
c1cb252
Compare
Choose a tag to compare

Reduced the GPIO drive strength, should avoid odd lockups on this board.

RP2040: use shared (not exclusive) IRQ handler

26 Dec 23:50
c24c132
Compare
Choose a tag to compare

Earlier NeoPXL8 was not a good citizen with other code/libraries using DMA IRQs. Fixed.

Fix pin output on RP2040

29 Oct 02:44
Compare
Choose a tag to compare

Addresses issue where using “new” operator (rather than static declaration) for a NeoPXL8 object would fail to transmit data.

Fix for ESP32S3 w/PSRAM

23 Aug 20:37
Compare
Choose a tag to compare
1.2.1

Appease the clang monster

Adds ESP32-S3 Support and NeoPXL8HDR class

08 Jul 02:32
80ed712
Compare
Choose a tag to compare

ONLY ESP32-S3 support is added; S2, C3 and original ESP32 are NOT supported. Also introduces the NeoPXL8HDR class providing temporal dithering and other niceties (RP2040 or ESP32-S3 recommended).

1.1.0 - Added RP2040 support

14 Sep 15:48
c65af94
Compare
Choose a tag to compare
Merge pull request #4 from adafruit/rp2040

whew pio support for rp2040!

Example updated with Adafruit Grand Central pin options

02 Apr 23:07
Compare
Choose a tag to compare
1.0.5

Example updated with Adafruit Grand Central pin options