eink_200inch  2.0.0.0
Functions | Variables
main.c File Reference

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 }
 

Detailed Description

Eink200Inch Click example.

Description

This application demonstrates the use of eINK click board.

The demo application is composed of two sections :

Application Init

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.

Application Task

Draws two demo images to the display with a one-second delay between each drawing.

Note
Due to insuficient RAM memory, only the IMAGE mode is supported with 8-bit PIC microcontrollers.

Here is the procedure for creating an Image or Font arrays:

*** Changing the LUT table can lead to loss of display performance ....

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )

Variable Documentation

◆ demo_text

char demo_text[5] = { 'e', 'I', 'N', 'K' , 0 }

◆ demo_text1

char demo_text1[8] = { 'D', 'i', 's', 'p', 'l', 'a', 'y', 0 }

◆ demo_text2

char demo_text2[10] = { '2', '.', '0', '0', 'i', 'n', 'c', 'h', 0 }

◆ EINK200_LUT_TABLE

const uint8_t EINK200_LUT_TABLE[90]
Initial value:
=
{
0x82, 0x00, 0x00, 0x00, 0xAA, 0x00, 0x00, 0x00,
0xAA, 0xAA, 0x00, 0x00, 0xAA, 0xAA, 0xAA, 0x00,
0x55, 0xAA, 0xAA, 0x00, 0x55, 0x55, 0x55, 0x55,
0xAA, 0xAA, 0xAA, 0xAA, 0x55, 0x55, 0x55, 0x55,
0xAA, 0xAA, 0xAA, 0xAA, 0x15, 0x15, 0x15, 0x15,
0x05, 0x05, 0x05, 0x05, 0x01, 0x01, 0x01, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x41, 0x45, 0xF1, 0xFF, 0x5F, 0x55, 0x01, 0x00,
0x00, 0x00
}