-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Labels
Feature RequestA request for a new featureA request for a new featureplatform: ESP32Espressif ESP32Espressif ESP32
Description
Is your feature request related to a problem? Please describe.
In general, when applying an LED strip, we like to use SPI to transmit the signal to it.Sometimes, however, the transmitted signal is interrupted by other interruptions. In addition, it also occupies additional SPI ports.
Describe the solution you'd like
RMT does a better job of driving a small number of LED strips, it is not interrupted by other interrupts, and it does not need to occupy DMA.
Describe alternatives you've considered
There is no better way to drive the LED strip than the RMT, when the number of led strips is less than 16, the FIFO using RMT can drive the led strip perfectly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature RequestA request for a new featureA request for a new featureplatform: ESP32Espressif ESP32Espressif ESP32