eink213inch 2.0.0.0
|
eInk213Inch Click example More...
#include "board.h"
#include "log.h"
#include "eink213inch.h"
#include "eink213inch_image.h"
#include "eink213inch_font.h"
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
uint8_t | demo_text [5] = { 'e', 'I', 'N', 'K', 0 } |
uint8_t | demo_text1 [8] = { 'D', 'i', 's', 'p', 'l', 'a', 'y', 0 } |
uint8_t | demo_text2 [10] = { '2', '.', '1', '3', 'i', 'n', 'c', 'h', 0 } |
const uint8_t | eink213inch_lut_table [70] |
eInk213Inch 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.13 inch eINK display. After that, if the TEXT mode is supported, shows a desired text messages on the display.
Draws four demo images to the display with a one-second delay between each drawing.
*** Changing the LUT table can lead to loss of display performance ....
void application_init | ( | void | ) |
void application_task | ( | void | ) |
int main | ( | void | ) |
uint8_t demo_text[5] = { 'e', 'I', 'N', 'K', 0 } |
uint8_t demo_text1[8] = { 'D', 'i', 's', 'p', 'l', 'a', 'y', 0 } |
uint8_t demo_text2[10] = { '2', '.', '1', '3', 'i', 'n', 'c', 'h', 0 } |
const uint8_t eink213inch_lut_table[70] |