19 #ifndef LPD8808_PARAMS_H
20 #define LPD8808_PARAMS_H
32 #ifndef LPD8808_PARAM_LED_CNT
33 #define LPD8808_PARAM_LED_CNT (64)
35 #ifndef LPD8808_PARAM_PIN_CLK
36 #define LPD8808_PARAM_PIN_CLK (GPIO_PIN(0, 0))
38 #ifndef LPD8808_PARAM_PIN_DAT
39 #define LPD8808_PARAM_PIN_DAT (GPIO_PIN(0, 1))
42 #ifndef LPD8808_PARAMS
43 #define LPD8808_PARAMS { .led_cnt = LPD8808_PARAM_LED_CNT, \
44 .pin_clk = LPD8808_PARAM_PIN_CLK, \
45 .pin_dat = LPD8808_PARAM_PIN_DAT }
static const lpd8808_params_t lpd8808_params[]
LPD8808 parameter allocation.
Parameters needed for configuration.