binary Clock
|
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... | |
LED driver structure to keep track of pertinant LED variables.
uint8_t active_color_bit |
keeps track of the current color bit being displayed
uint8_t active_column |
keeps track of column being displayed for multiplexing
LED_color_t colors |
structure to keep track of the color to display
uint8_t LED_array[ROW_SIZE][COL_SIZE][COLOR_SIZE] |
Array of the individual LEDs colors.