matrixrgb
2.0.0.0
|
MatrixRGB Click example. More...
#include "board.h"
#include "log.h"
#include "matrixrgb.h"
#include "matrixrgb_fonts.h"
#include "matrixrgb_images.h"
Functions | |
void | application_init (void) |
void | application_task () |
void | main (void) |
MatrixRGB Click example.
This application is used for powering 16x32 RGB LED matrices.
The demo application is composed of two sections :
Initializes driver, reset device and initializes firmware depend on pattern used alongside with fonts
Test of panel brightnes, draws red cross on the panel using pixel write function, writes text on panel using write text function and finaly displays image on the panel.
void application_init | ( | void | ) |
void application_task | ( | ) |
void main | ( | void | ) |