![]() |
LibDriver WS2812B
|
ws2812b example driver modules More...
Functions | |
| uint8_t | ws2812b_basic_init (void) |
| basic example init | |
| uint8_t | ws2812b_basic_deinit (void) |
| basic example deinit | |
| uint8_t | ws2812b_basic_write (uint32_t *rgb, uint32_t len, uint8_t *temp, uint32_t temp_len) |
| basic example write | |
ws2812b example driver modules
| uint8_t ws2812b_basic_deinit | ( | void | ) |
basic example deinit
Definition at line 102 of file driver_ws2812b_basic.c.
| uint8_t ws2812b_basic_init | ( | void | ) |
basic example init
Definition at line 48 of file driver_ws2812b_basic.c.
| uint8_t ws2812b_basic_write | ( | uint32_t * | rgb, |
| uint32_t | len, | ||
| uint8_t * | temp, | ||
| uint32_t | temp_len ) |
basic example write
| [in] | *rgb | pointer to a rgb color buffer |
| [in] | len | rgb length |
| [in] | *temp | pointer to a temp buffer |
| [in] | temp_len | temp buffer length |
Definition at line 83 of file driver_ws2812b_basic.c.