Firmware SDK
|
Data Fields | |
bool(* | init )(const twr_led_strip_buffer_t *buffer) |
void(* | set_pixel )(int position, uint32_t color) |
void(* | set_pixel_rgbw )(int position, uint8_t r, uint8_t g, uint8_t b, uint8_t w) |
bool(* | write )(void) |
bool(* | is_ready )(void) |
Definition at line 21 of file twr_led_strip.h.