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]
Rating:
Author: MIKROE
Last Updated: 2018-05-17
Package Version: 1.0.0.1
mikroSDK Library: 1.0.0.0
Category: Electronic Paper Display
Downloaded: 7539 times
Not followed.
License: MIT license
eINK click is an adapter for connecting eINK displays, with a 24pin ribbon cable. The eINK display sold with the click can retain the image even when the power is off. The click is designed to run on a 3.3V power supply.
Library Description
The library covers all functionalities of EPA20-A eINK display.
Key functions:
Examples Description
The application is composed of three sections:
void applicationTask() { eink_fill_screen( _EINK_COLOR_WHITE ); eink_set_font( &guiFont_Exo_2_Condensed21x32_Regular[0], _EINK_COLOR_BLACK, _FO_HORIZONTAL ); eink_text( &_eINK_Text[0], 14, 50 ); delay_ms( 3000 ); eink_fill_screen( _EINK_COLOR_BLACK ); eink_set_font( &guiFont_Exo_2_Condensed21x32_Regular[0], _EINK_COLOR_WHITE, _FO_HORIZONTAL ); eink_text( &_eINK_Text[0], 14, 50 ); Delay_ms( 3000 ); eink_image_bmp( &_mikroe_bmp[0] ); Delay_ms( 3000 ); }
The example carries bmp image converted to an array using Visual TFT.
Other mikroE Libraries used in the example:
Additional notes and information
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.
Smart Buck 2 Click is a compact add-on board that contains a high-frequency synchronous step-down DC-DC converter. This board features the TPS62363, a 3A processor supply with remote sense from Texas Instruments. The converter is optimized for battery-powered portable applications for a small solution size. It has an input range of 2.5V to 5.5V, which is common for battery technologies. The converter provides up to 3A peak load current operating at 2.5MHz typical switching frequency.
[Learn More]RS232 Click provides an interface between the TTL/CMOS logic levels commonly used on microcontrollers and the RS-232 bus.
[Learn More]DIGI POT 6 Click features the MCP41HVX1 family of devices which have dual power rails (analog and digital). The analog power rail allows high voltage on the resistor network terminal pins. The analog voltage range is determined by the V+ and V- voltages.
[Learn More]You have unsaved changes. If you choose to leave all changes will be discarded.
Do you want to subscribe in order to receive notifications regarding "eINK click" changes.
Do you want to unsubscribe in order to stop receiving notifications regarding "eINK click" changes.
Do you want to report abuse regarding "eINK click".