NeoPXL8 Library on RP2040 instantiates a NeoPixel object which claims an unnecessary state machine

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Blish
 
Posts: 7
Joined: Sun Mar 19, 2023 10:18 pm

NeoPXL8 Library on RP2040 instantiates a NeoPixel object which claims an unnecessary state machine

Post by Blish »

Hello,

When the NeoPXL8 object is created, it also creates a NeoPixel object. The NeoPixel object's constructor claims a PIO state machine, although this sm is not used, as the PXL8 claims it's own state machine. Am I missing something here?

Thanks,
Marcus

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: NeoPXL8 Library on RP2040 instantiates a NeoPixel object which claims an unnecessary state machine

Post by adafruit_support_mike »

Please keep discussion of a given issue in a single thread.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”