TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (403 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (132 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (140969 times)
  2. FAT32 Library (73515 times)
  3. Network Ethernet Library (58321 times)
  4. USB Device Library (48509 times)
  5. Network WiFi Library (44134 times)
  6. FT800 Library (43687 times)
  7. GSM click (30547 times)
  8. mikroSDK (29292 times)
  9. PID Library (27220 times)
  10. microSD click (26931 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

eINK 2.00 inch display

Rating:

0

Author: MIKROE

Last Updated: 2022-05-24

Package Version: 2.0.0.4

mikroSDK Library: 2.0.0.0

Category: Electronic Paper Display

Downloaded: 160 times

Not followed.

License: MIT license  

eINK click is an adapter Click boardâ„¢, used to interface a compatible eINK display with the host MCU.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "eINK 2.00 inch display" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "eINK 2.00 inch display" changes.

Do you want to report abuse regarding "eINK 2.00 inch display".

  • mikroSDK Library 1.0.0.0
  • Comments (0)

mikroSDK Library Blog


eINK 2.00 inch display

eINK click is an adapter Click boardâ„¢, used to interface a compatible eINK display with the host MCU.

eink_click_bundle20inch.png

click Product page


Click library

  • Author : MikroE Team
  • Date : Feb 2020.
  • Type : SPI type

Software Support

We provide a library for the Eink200Inch 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 Eink200Inch Click driver.

Standard key functions :

  • Config Object Initialization function.

    void eink_200inch_cfg_setup ( eink_200inch_cfg_t *cfg );

  • Initialization function.

    EINK_200INCH_RETVAL eink_200inch_init ( eink_200inch_t ctx, eink_200inch_cfg_t cfg );

Example key functions :

  • Set LUT table

    void eink200_set_lut ( eink_200inch_t ctx, const uint8_t lut, uint8_t n_bytes );

  • Displays image

    void eink200_display_image ( eink_200inch_t ctx, const uint8_t image_buffer );

  • Set text font

    void eink200_set_font ( eink_200inch_t ctx, eink_200inch_font_t cfg_font );

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 2.00 inch eINK display. After that, if the TEXT mode is supported, shows a desired text messages on the display.


void application_init ( void )
{
    eink_200inch_cfg_t cfg;   
    eink_200inch_font_t cfg_font;
    eink_200_text_set_t text_set;

    //  Click initialization.

    eink_200inch_cfg_setup( &cfg );
    EINK_200INCH_MAP_MIKROBUS( cfg, MIKROBUS_1 );
    eink_200inch_init( &eink_200inch, &cfg );

    eink200_start_config( &eink_200inch );
    eink200_set_lut( &eink_200inch, EINK200_LUT_TABLE, 90 );
    Delay_ms( 1000 );

#ifndef IMAGE_MODE_ONLY
    cfg_font.p_font = &guiFont_Tahoma_10_Regular[ 0 ];
    cfg_font.color = EINK200_SCREEN_COLOR_WHITE;
    cfg_font.orientation = EINK200_FO_HORIZONTAL;  
    eink200_set_font( &eink_200inch, &cfg_font );

    text_set.n_char = 4;
    text_set.text_x = 10;
    text_set.text_y = 50;
    eink200_text( &eink_200inch, &demo_text[ 0 ], &text_set );
    text_set.n_char = 7;
    text_set.text_x = 10;
    text_set.text_y = 90;
    eink200_text( &eink_200inch, &demo_text1[ 0 ], &text_set );
    text_set.n_char = 8;
    text_set.text_x = 10;
    text_set.text_y = 130;
    eink200_text( &eink_200inch, &demo_text2[ 0 ], &text_set ); 
    Delay_ms( 5000 );
#endif
}

Application Task

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


void application_task ( void )
{
    eink200_display_image ( &eink_200inch, demo_image_black );
    Delay_1sec( );
    eink200_display_image ( &eink_200inch, demo_image_white );
    Delay_1sec( );
}

Note

Due to insuficient RAM memory, only the IMAGE mode is supported with 8-bit PIC 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.Eink200Inch

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.


ALSO FROM THIS AUTHOR

TFT Proto 4.3in - Example

1

TFT Proto 4.3in carries a 480x272 ATO43B35 TFT screen covered with a 4-wire resistive touchscreen panel. To drive the 262k-color display, there's an SSD1963 graphic controller. The touchpanel is driven by an advanced STMPE811 controller. Source code examples demonstrate calculator on TFT display.

[Learn More]

Touchpad 3 Click

0

Touchpad 3 Click is a compact add-on board that allows users to easily integrate projected capacitive touch into their applications. This board features the MTCH6301, a turnkey capacitive touch controller that makes it easy for users to use popular multitouch and gesture interfaces from Microchip. This controller’s sophisticated combination of Self and Mutual capacitive scanning for XY touchscreens and touchpads enables several features, including single and dual-touch drawing, the reporting of 11 single-finger gestures, and the detection of up to 10 touches. This Click board™ is suitable for human-machine interfaces, keypad or scrolling functions, single-finger gesture-based interfaces, and more.

[Learn More]

RiBUS click

0

RiBUS Click is an adapter Click boardâ„¢ that allows a mikroBUS to interface with RiBUS compatible display modules.

[Learn More]