Hello guys, this is the third time we(smart prototyping) post an instructable here, thanks for watching! We will keep on post funny instructable. This is a E-ink display module! hope we can help you a little and communicate with your guys!
Here is the 2.04 inch E-ink display module instructables for how to display chars and BMP picture.This E-ink display module is special made for E-ink display development,no need to build any additional circuit and component, you can run this E-ink display module directly with your project.
Ultra low power consumption, when working voltage is 3.3V, power consumption is less than22mw,refreshing current is less than 6.5mA. After refreshing finished, auto shut-off external LC circuit.The E-ink displayer used IPS full view screen, when it is static status display, it does not waste any power consumption.
Here is our product page:
down load this demo code.
Find below code in the bottom,
E_Ink_P8x16Str(12,10,"info@smart-prototyping");
E_Ink_P8x16Str(8,70,".com");
E_Ink_P8x16Str(4,35,"keep moving");
Here you can change the comment that you want to display in line 1, line
two, line three. The first and second parameter is the starting x,y coordinate.
Here is the smart-prototyping logo picture here, transfer the picture to 172x72 pixel, save the picture.
if you don't know how to transfer the picture pixel, please download the 172x72 bmp here
Instead the picture code in ink.c. find the "
gImage_smart_prototyping[3096]
" and copy the code to this funtion. if you don't understand this step, you can just run the example code...