neopixel_write

CircuitPython on hardware including Adafruit's boards, and CircuitPython libraries using Blinka on host computers.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
blakebr
 
Posts: 957
Joined: Tue Apr 17, 2012 6:23 pm

neopixel_write

Post by blakebr »

Hello,

Does the intrinsic library neopixel_write replace extrinsic library neopixel.py?

How is the number of NeoPixels in a string defined?
How is an individual NeoPixel in a string addressed?
How do is a string of NeoPixels filled?

Bruce

User avatar
dastels
 
Posts: 15658
Joined: Tue Oct 20, 2015 3:22 pm

Re: neopixel_write

Post by dastels »

No, neopixel_write is the low level hardware interaction layer that gets passed data from the neopixel module.

Your questions (and others) are addressed in the Neopixel guide: https://learn.adafruit.com/adafruit-neopixel-uberguide.

Dave

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

Return to “Adafruit CircuitPython”