c16x12 2.0.0.0
|
16x12 Click example More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
char | demo_text [7] = "MikroE" |
uint16_t | demo_image_light [12] |
uint16_t | demo_image_dark [12] |
char | name [] = "16x12" |
16x12 Click example
This application draw image on the led matrics.
The demo application is composed of two sections :
Initialization default device configuration, sets LED mode, configuration ABM and display one character.
Clear display, display one by one leds, display one character, display image and display text with scroll.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
uint16_t demo_image_dark[12] |
uint16_t demo_image_light[12] |
char demo_text[7] = "MikroE" |
char name[] = "16x12" |