Interface definition for the LPD8808 LED strip driver. More...
Interface definition for the LPD8808 LED strip driver.
Definition in file lpd8808.h.
 Include dependency graph for lpd8808.h:Go to the source code of this file.
Data Structures | |
| struct | lpd8808_params_t | 
| Parameters needed for configuration.  More... | |
Typedefs | |
| typedef lpd8808_params_t | lpd8808_t | 
| Device descriptor, same as the configuration parameters.   | |
Functions | |
| int | lpd8808_init (lpd8808_t *dev, const lpd8808_params_t *params) | 
| Initialize the given LPD8808 based LED strip.   | |
| void | lpd8808_load_rgb (const lpd8808_t *dev, color_rgb_t vals[]) | 
| Set the color value of each LED on the strip.   | |