eINK 1.54 inch display
eINK click is an adapter Click boardâ„¢, used to interface a compatible eINK display with the host MCU.
click Product page
Click library
- Author : MikroE Team
- Date : Feb 2020.
- Type : SPI type
Software Support
We provide a library for the Eink154Inch Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
Library Description
This library contains API for Eink154Inch Click driver.
Standard key functions :
eink154inch_cfg_setup
Config Object Initialization function.
void eink154inch_cfg_setup(eink154inch_cfg_t *cfg)
Config Object Initialization function.
Click configuration structure definition.
Definition eink154inch.h:227
eink154inch_init
Initialization function.
err_t eink154inch_init(eink154inch_t *ctx, eink154inch_cfg_t *cfg)
Initialization function.
Click ctx object definition.
Definition eink154inch.h:203
Example key functions :
eink154inch_set_lut
Set LUT table
void eink154inch_set_lut(eink154inch_t *ctx, const uint8_t *lut, uint8_t n_bytes)
Set LUT table.
eink154inch_image
Displays image
void eink154inch_image(eink154inch_t *ctx, const uint8_t *image_buffer)
Displays image.
eink154inch_set_font
Set text font
void eink154inch_set_font(eink154inch_t *ctx, eink154inch_font_t *cfg_font)
Set text font.
Definition eink154inch.h:165
Examples 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.
{
Delay_ms ( 1000 );
#ifndef IMAGE_MODE_ONLY
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
Delay_ms ( 1000 );
#endif
}
const uint8_t guiFont_Tahoma_18_Regular[5525]
Definition eink154inch_font.h:609
#define EINK154INCH_FO_HORIZONTAL
Definition eink154inch.h:111
#define EINK154INCH_SCREEN_COLOR_WHITE
Definition eink154inch.h:106
#define EINK154INCH_MAP_MIKROBUS(cfg, mikrobus)
Definition eink154inch.h:67
void eink154inch_text(eink154inch_t *ctx, char *text, eink154inch_text_set_t *text_set)
Draw text on the screen.
void eink154inch_start_config(eink154inch_t *ctx)
Configuration display.
void application_init(void)
Definition main.c:74
uint8_t demo_text1[8]
Definition main.c:69
const uint8_t eink154inch_lut_table[30]
Definition main.c:60
uint8_t demo_text[5]
Definition main.c:68
uint8_t demo_text2[10]
Definition main.c:70
uint16_t color
Definition eink154inch.h:167
const uint8_t * p_font
Definition eink154inch.h:166
uint8_t orientation
Definition eink154inch.h:168
Definition eink154inch.h:192
uint8_t n_char
Definition eink154inch.h:195
uint8_t text_x
Definition eink154inch.h:193
uint8_t text_y
Definition eink154inch.h:194
Application Task
Draws two demo images to the display with a one-second delay between each drawing.
{
Delay_1sec( );
Delay_1sec( );
}
const uint8_t demoImage_light[5000]
Definition eink154inch_image.h:316
const uint8_t demoImage_dark[5000]
Definition eink154inch_image.h:1
void application_task(void)
Definition main.c:115
Note
Due to insuficient RAM memory, only the IMAGE mode is supported with 8-bit PIC and AVR microcontrollers.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
- MikroSDK.Board
- MikroSDK.Log
- Click.Eink154Inch
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.