eink_200inch
2.0.0.0
|
Eink200Inch Click example. More...
#include "board.h"
#include "log.h"
#include "eink_200inch.h"
#include "eINK_200_display_image.h"
#include "eINK_200_display_font.h"
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Variables | |
const uint8_t | EINK200_LUT_TABLE [90] |
char | demo_text [5] = { 'e', 'I', 'N', 'K' , 0 } |
char | demo_text1 [8] = { 'D', 'i', 's', 'p', 'l', 'a', 'y', 0 } |
char | demo_text2 [10] = { '2', '.', '0', '0', 'i', 'n', 'c', 'h', 0 } |
Eink200Inch Click example.
This application demonstrates the use of eINK click board.
The demo application is composed of two sections :
Initializes the driver and configures the click board for 2.00 inch eINK display. After that, if the TEXT mode is supported, shows a desired text messages on the display.
Draws two demo images to the display with a one-second delay between each drawing.
Here is the procedure for creating an Image or Font arrays:
*** Changing the LUT table can lead to loss of display performance ....
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |
char demo_text[5] = { 'e', 'I', 'N', 'K' , 0 } |
char demo_text1[8] = { 'D', 'i', 's', 'p', 'l', 'a', 'y', 0 } |
char demo_text2[10] = { '2', '.', '0', '0', 'i', 'n', 'c', 'h', 0 } |
const uint8_t EINK200_LUT_TABLE[90] |