eink_154inch  2.0.0.0
Functions | Variables
main.c File Reference

Eink154Inch Click example. More...

#include "board.h"
#include "log.h"
#include "eink_154inch.h"
#include "eINK_154_display_image.h"
#include "eINK_154_display_font.h"

Functions

void application_init (void)
 
void application_task (void)
 
void main (void)
 

Variables

const uint8_t EINK154_LUT_TABLE [30]
 
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] = { '1', '.', '5', '4', 'i', 'n', 'c', 'h', 0 }
 

Detailed Description

Eink154Inch 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 1.54 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] = { '1', '.', '5', '4', 'i', 'n', 'c', 'h', 0 }

◆ EINK154_LUT_TABLE

const uint8_t EINK154_LUT_TABLE[30]
Initial value:
=
{
0x02, 0x02, 0x01, 0x11, 0x12, 0x12, 0x22, 0x22,
0x66, 0x69, 0x69, 0x59, 0x58, 0x99, 0x99, 0x88,
0x00, 0x00, 0x00, 0x00, 0xF8, 0xB4, 0x13, 0x51,
0x35, 0x51, 0x51, 0x19, 0x01, 0x00
}