How to get neopixel work for different format or using PWM #18142
-
I have a RGB LED that is different from ws2812. It has 16 bits data for each pixel.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 16 replies
-
Can you tell us the model of the RGB led and the MCU type of your board, like ESP32, RPi Pico, ....? Then people may be able to help. |
Beta Was this translation helpful? Give feedback.
-
PIO on RP2040 or RP2350 would also be a good way to support this. |
Beta Was this translation helpful? Give feedback.
-
So it's capable of displaying 281 Trillion colours? |
Beta Was this translation helpful? Give feedback.
-
I have level converter and everything setup. I am using SPI interface with 3Mhz frequency. This would create some 0.3us bit.
|
Beta Was this translation helpful? Give feedback.
-
Wow amazing. Thank you everyone for your inputs. So, here is the final code that is working for 3 LEDS
|
Beta Was this translation helpful? Give feedback.
Wow amazing. Thank you everyone for your inputs. So, here is the final code that is working for 3 LEDS