From d1685a3f5f81f20e9eea26f1274bf6171b287814 Mon Sep 17 00:00:00 2001 From: Tim Weber Date: Tue, 23 Jul 2024 23:59:29 +0200 Subject: [PATCH] docs/library/neopixel: Mention bitstream timing tuple. Signed-off-by: Tim Weber --- docs/library/neopixel.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/library/neopixel.rst b/docs/library/neopixel.rst index edcbc9345..b618e6012 100644 --- a/docs/library/neopixel.rst +++ b/docs/library/neopixel.rst @@ -43,7 +43,8 @@ Constructors - *pin* is a machine.Pin instance. - *n* is the number of LEDs in the strip. - *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 --------------------