c4x4rgb 2.0.0.0
|
4x4 RGB Click example More...
Macros | |
#define | SNAKE_DELAY 50 |
#define | MASH_DELAY 100 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
4x4 RGB Click example
This application is used for powering 4x4 RGB LED matrix.
The demo application is composed of two sections :
Initialization driver enables - GPIO.
This is an example which demonstrates the use of 4x4 RGB Click board. This simple example shows all ten numbers in different colors on 4x4 RGB click. The 4x4 RGB click carries a matrix of 16 RGB LEDs and an MCP1826 low dropout regulator. These LEDs actually consist of three single colored LEDs ( Red, Green and Blue ) in a single package. Various colors can be reproduced by mixing the intensity of each LED.
| 13 | 14 | 15 | 16 | |-----------------—| | 9 | 10 | 11 | 12 | |-----------------—| | 5 | 6 | 7 | 8 | |-----------------—|
#define MASH_DELAY 100 |
#define SNAKE_DELAY 50 |
void application_init | ( | void | ) |
void application_task | ( | void | ) |
int main | ( | void | ) |