Lines Matching +full:pwm +full:- +full:on +full:- +full:delay
4 # SPDX-License-Identifier: Apache-2.0
12 The PWM protocol is described here:
13 https://wp.josh.com/2014/05/13/ws2812-neopixels-are-not-so-finicky-once-you-get-to-know-them/
18 You can connect the device to either a GPIO on your SoC, or a SPI
19 MOSI line. Use the worldsemi,ws2812-spi.yaml or
20 worldsemi,ws2812-gpio.yaml bindings instead of this file after
31 There is a +/- 80 ns tolerance for each timing.
33 The latch/reset delay is 250 us and it must be set using the reset-delay
34 property. The pixel order depends on the model and it can be configured
35 using the color-mapping property.
37 include: led-strip.yaml
40 reset-delay:
44 Minimum delay to wait (in microseconds) to make sure that the strip has
47 WS2812 datasheet states that a 50 microseconds delay is required, it seems