31 #ifndef LPD8808_PARAM_LED_CNT
32 #define LPD8808_PARAM_LED_CNT (64)
34 #ifndef LPD8808_PARAM_PIN_CLK
35 #define LPD8808_PARAM_PIN_CLK (GPIO_PIN(0, 0))
37 #ifndef LPD8808_PARAM_PIN_DAT
38 #define LPD8808_PARAM_PIN_DAT (GPIO_PIN(0, 1))
41 #ifndef LPD8808_PARAMS
42 #define LPD8808_PARAMS { .led_cnt = LPD8808_PARAM_LED_CNT, \
43 .pin_clk = LPD8808_PARAM_PIN_CLK, \
44 .pin_dat = LPD8808_PARAM_PIN_DAT }
static const lpd8808_params_t lpd8808_params[]
LPD8808 parameter allocation.
Parameters needed for configuration.