Loading...
Searching...
No Matches
lpd8808_params.h File Reference

Default configuration for LPD8808 based LED strips. More...

Detailed Description

Default configuration for LPD8808 based LED strips.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file lpd8808_params.h.

#include "board.h"
+ Include dependency graph for lpd8808_params.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
 

Macro Definition Documentation

◆ LPD8808_PARAM_LED_CNT

#define LPD8808_PARAM_LED_CNT   (64) /* most have 64 per meter... */

Definition at line 33 of file lpd8808_params.h.

◆ LPD8808_PARAM_PIN_CLK

#define LPD8808_PARAM_PIN_CLK   (GPIO_PIN(0, 0))

Definition at line 36 of file lpd8808_params.h.

◆ LPD8808_PARAM_PIN_DAT

#define LPD8808_PARAM_PIN_DAT   (GPIO_PIN(0, 1))

Definition at line 39 of file lpd8808_params.h.

◆ LPD8808_PARAMS

#define LPD8808_PARAMS
Value:
{ .led_cnt = LPD8808_PARAM_LED_CNT, \
.pin_clk = LPD8808_PARAM_PIN_CLK, \
.pin_dat = LPD8808_PARAM_PIN_DAT }

Definition at line 43 of file lpd8808_params.h.

Variable Documentation

◆ lpd8808_params

const lpd8808_params_t lpd8808_params[]
static
Initial value:
=
{
LPD8808_PARAMS
}

LPD8808 parameter allocation.

Definition at line 52 of file lpd8808_params.h.