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 () |
int | 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 | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | ) |
int main | ( | void | ) |