docs/library/neopixel: Mention bitstream timing tuple.

Signed-off-by: Tim Weber <scy@scy.name>
This commit is contained in:
Tim Weber 2024-07-23 23:59:29 +02:00 committed by Damien George
parent 066243ea74
commit d1685a3f5f

View File

@ -43,7 +43,8 @@ Constructors
- *pin* is a machine.Pin instance. - *pin* is a machine.Pin instance.
- *n* is the number of LEDs in the strip. - *n* is the number of LEDs in the strip.
- *bpp* is 3 for RGB LEDs, and 4 for RGBW LEDs. - *bpp* is 3 for RGB LEDs, and 4 for RGBW LEDs.
- *timing* is 0 for 400KHz, and 1 for 800kHz LEDs (most are 800kHz). - *timing* is 0 for 400KHz, and 1 for 800kHz LEDs (most are 800kHz). You
may also supply a timing tuple as accepted by `machine.bitstream()`.
Pixel access methods Pixel access methods
-------------------- --------------------