osd 2.0.0.0
|
OSD Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
const uint8_t | HEADER_TEXT [30] |
const uint8_t | MESSAGE_TEXT [30] |
const uint8_t | FOOTER_TEXT [30] |
OSD Click example.
This demo performs basic OSD Click functionality - write text on screen.
The demo application is composed of two sections :
Initialize device.
Write text on the screen, write character per 1 second in the first, seventh and fifteenth row of the screen.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
const uint8_t FOOTER_TEXT[30] |
const uint8_t HEADER_TEXT[30] |
const uint8_t MESSAGE_TEXT[30] |