KS0469 Keyestudio Electronic Ink Screen Module 1.54 Inch: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
<br>
<br>
== Technical parameters ==
== Technical parameters ==
* <br>
<br>
* Working voltage: DC 5V<br>
Working voltage: DC 5V<br>
* Working current: 150mA<br>
Maximum power: 0.75W<br>
* Maximum power: 0.75W<br>
Display color: black and white<br>
* Display color: black and white<br>
Display size: 1.54 inch<br>
* Display size: 1.54 inch<br>
Interface type: 8pin header with 2.54mm pitch<br>
* Display resolution: 200*200<br>
Operating temperature range: -20℃ to +60℃<br>
* Interface type: 8pin header with 2.54mm pitch<br>
Positioning hole diameter: 3mm<br>
* Operating temperature range: -20℃ to +60℃<br>
Size: 55*34*7mm<br>
* Positioning hole diameter: 3mm<br>
Weight: 14.5g<br>
* Size: 55*34*7mm<br>
Environmental attributes: ROHS<br>
* Weight: 14.5g<br>
 
* Environmental attributes: ROHS<br>
 





Revision as of 09:27, 24 September 2019


Keyestudio Electronic Ink Screen Module 1.54 Inch

File:0469图片1.png
Keyestudio Electronic Ink Screen Module 1.54 Inch)



== Description ==
When we do DIY experiments, we often need to use the display.
The Keyestudio E-screen module has a 1.54-inch display with a black and white color and a resolution of 200*200. The module dynamically displays the pattern via SPI communication.
For your convenience, we also provide detailed methods for using the display module and the arduino microcontroller. At the same time, in order to fix the module on other equipments, the module comes with 4 positioning holes with a diameter of 3mm. We also provide 4 pcs M3*10MM double-pass hex copper posts and 4pcs M3*6MM round head screws.
Special Note: When testing it, we use the 1.8.9 version of the IDE software, if you use other versions of the IDE, code may be incompatible.


Technical parameters


Working voltage: DC 5V
Maximum power: 0.75W
Display color: black and white
Display size: 1.54 inch
Interface type: 8pin header with 2.54mm pitch
Operating temperature range: -20℃ to +60℃
Positioning hole diameter: 3mm
Size: 55*34*7mm
Weight: 14.5g
Environmental attributes: ROHS




== Wiring Diagram ==


== Test code link ==
https://1drv.ms/u/s!ArhgRvK6-RyJghuBfPkm8Ca_cn6N?e=g7FMQr
Code setting method
A. When setting up, we need to install Image2Lcd modulo software. After installation, register with the registration code.
B. Use the drawing software to draw the pattern you need, the export is set to black and white, and the pixel is set to 200*200.
C. Open the modulo software and set the following picture.


Click select the pattern you exported, as shown below.
Positive (black on white), then tick "color reversal"; negative display (white on black ) does not need to tick.

Tap “Save”, to generate the corresponding C language code file, as shown below.

Copy and paste the generated C language code to the const unsigned char IMAGE_DATA[] PROGMEM location in the code, as shown below.


== Test Result ==
The test code is successfully uploaded. After power-on, the display will display various patterns, as shown below.