oledc 2.0.0.0
|
OledC Click example. More...
#include "board.h"
#include "log.h"
#include "oledc.h"
#include "oledc_image.h"
#include "oledc_font.h"
Macros | |
#define | text1 "Hello" |
#define | text2 "this is the demo" |
#define | text3 "for OLED C click" |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
OledC Click example.
This demo demonstrates the use of the OLED C click board and the control of the OLED C display.
The demo application is composed of two sections :
Initializes driver init and OLED C init and sets full screen on white color with writting demo text.
This function is composed of three sections :
#define text1 "Hello" |
#define text2 "this is the demo" |
#define text3 "for OLED C click" |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |