KS0461 Keyestudio Electronic Ink Screen Module 2.13 Inch: Difference between revisions
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) |
||
Line 13: | Line 13: | ||
For your convenience, we also provide detailed methods for using the display module and the arduino microcontroller.<br> | For your convenience, we also provide detailed methods for using the display module and the arduino microcontroller.<br> | ||
<br> | <br> | ||
Special Note: When testing, we use the IDE software 1.8.9 version; if you use other versions of the IDE, source code may be incompatible.<br> | <span style="color:red">Special Note: When testing, we use the IDE software 1.8.9 version; if you use other versions of the IDE, source code may be incompatible.</span><br> | ||
<br> | <br> | ||
[[image:Ks0461-2.png|thumb|400px|right|Keyestudio Electronic Ink Screen Module 1.54 Inch)]]<br> | [[image:Ks0461-2.png|thumb|400px|right|Keyestudio Electronic Ink Screen Module 1.54 Inch)]]<br> | ||
<br> | <br> | ||
== Technical parameters == | == Technical parameters == | ||
* Operating voltage: DC 3.3 or 5V (slide switch control) | * Operating voltage: DC 3.3 or 5V (slide switch control) |
Revision as of 14:09, 24 September 2019
Description
When doing DIY experiments, we often need to use the display. The Keyestudio electronic ink screen module has a 2.13-inch display with a black and white color and a resolution of 250*122.
The module dynamically displays the pattern via SPI communication.
There are 2 slide switches on the back. The P1 slide switch is for adjusting the display brightness. Sliding to “0.47” position, the display is brighter; sliding to “3” position, the display is darker.
The P2 DIP switch is used to adjust the power supply voltage. Sliding to“5VIN” position, the power supply voltage is 5V; sliding to “3.3VIN”, the power supply voltage is 3.3V.
The module comes with two positioning holes with a diameter of 3mm, easy to fix it on other devices .
For your convenience, we also provide detailed methods for using the display module and the arduino microcontroller.
Special Note: When testing, we use the IDE software 1.8.9 version; if you use other versions of the IDE, source code may be incompatible.
Technical parameters
- Operating voltage: DC 3.3 or 5V (slide switch control)
- Working current: 100mA
- Maximum power: 0.8W
- Display color: black and white
- Display size: 2.13 inches
- Display resolution: 250*122
- Interface type: 8pin pin header with 2.54mm pitch
- Operating temperature range: -20℃ to +60℃
- Positioning hole size: diameter 3mm
Wiring Diagram
Test code link
https://1drv.ms/u/s!ArhgRvK6-RyJghWf0ZKbYMveeveU?e=tKXX0K
Setting the Code
1)Before settings, we need to install Image2Lcd software. After installation, register with the registration code.
2)Use the drawing software to draw the pattern you need, export set to black and white, and the pixel is set to 250*122.
3)Open the modulo software and set as the following picture shown.
4)Click Open, select the pattern you exported, as shown below.
Normal display (black on white), then tick "color reversal" ; negative display (white on black ) no need to tick.
5)Click Save, generate the corresponding C language file. As shown below.
6)Copy and paste the C file code to the position of const unsigned char gImage_basemap[4000] PROGMEM or const unsigned char gImage_1[4000] PROGMEM, shown below.
Test Result
Done uploading the source code, the E-ink Screen will display patterns. As shown below. ( at this moment, slide switch 1 to “0.47”, slide switch 2 to “5VIN”)
Resources
- PDF and Code
https://1drv.ms/u/s!ArhgRvK6-RyJghWf0ZKbYMveeveU?e=7VWRt0
Get One Now
- [ Official Website]
- [ Shop on aliexpress ]