FastLED 3.9.15
|
Go to the source code of this file.
Classes | |
struct | led_strip_encoder_config_t |
Type of led strip encoder configuration. More... | |
Functions | |
esp_err_t | rmt_new_led_strip_encoder (const led_strip_encoder_config_t *config, rmt_encoder_handle_t *ret_encoder) |
Create RMT encoder for encoding LED strip pixels into RMT symbols. | |
esp_err_t | rmt_new_led_strip_encoder_with_timings (const led_strip_encoder_config_t *config, rmt_encoder_handle_t *ret_encoder) |
Create RMT encoder for encoding LED strip pixels into RMT symbols with custom timings. | |
struct led_strip_encoder_config_t |
Class Members | ||
---|---|---|
led_model_t | led_model |
LED model |
uint32_t | resolution |
Encoder resolution, in Hz |
led_strip_encoder_timings_t | timings |
Encoder timings |