binary Clock
Data Fields
LED_drvr_t Struct Reference

LED driver structure to keep track of pertinant LED variables. More...

#include <LED_drvr_STP16CPC26.h>

Data Fields

uint8_t LED_array [ROW_SIZE][COL_SIZE][COLOR_SIZE]
 Array of the individual LEDs colors. More...
 
LED_color_t colors
 structure to keep track of the color to display More...
 
uint8_t active_column
 keeps track of column being displayed for multiplexing More...
 
uint8_t active_color_bit
 keeps track of the current color bit being displayed More...
 

Detailed Description

LED driver structure to keep track of pertinant LED variables.

Field Documentation

◆ active_color_bit

uint8_t active_color_bit

keeps track of the current color bit being displayed

◆ active_column

uint8_t active_column

keeps track of column being displayed for multiplexing

◆ colors

LED_color_t colors

structure to keep track of the color to display

◆ LED_array

uint8_t LED_array[ROW_SIZE][COL_SIZE][COLOR_SIZE]

Array of the individual LEDs colors.


The documentation for this struct was generated from the following file: