Default configuration for LPD8808 based LED strips. More...
Default configuration for LPD8808 based LED strips.
Definition in file lpd8808_params.h.
#include "board.h"
Go to the source code of this file.
Variables | |
static const lpd8808_params_t | lpd8808_params [] |
LPD8808 parameter allocation. | |
Set default configuration parameters for the LPD8808 driver | |
#define | LPD8808_PARAM_LED_CNT (64) /* most have 64 per meter... */ |
#define | LPD8808_PARAM_PIN_CLK (GPIO_PIN(0, 0)) |
#define | LPD8808_PARAM_PIN_DAT (GPIO_PIN(0, 1)) |
#define | LPD8808_PARAMS |
#define LPD8808_PARAM_LED_CNT (64) /* most have 64 per meter... */ |
Definition at line 33 of file lpd8808_params.h.
#define LPD8808_PARAM_PIN_CLK (GPIO_PIN(0, 0)) |
Definition at line 36 of file lpd8808_params.h.
#define LPD8808_PARAM_PIN_DAT (GPIO_PIN(0, 1)) |
Definition at line 39 of file lpd8808_params.h.
#define LPD8808_PARAMS |
Definition at line 43 of file lpd8808_params.h.
|
static |
LPD8808 parameter allocation.
Definition at line 52 of file lpd8808_params.h.