Difference between revisions of "EPD-130 application tech"
From ESS-WIKI
Line 1: | Line 1: | ||
= EPD-130 Application guide = | = EPD-130 Application guide = | ||
− | Push image Application is only on Windows platform(Windows 7、Windows 10)。 | + | This application implement image full/partial update by command line variable. Push image Application is only on Windows platform(Windows 7、Windows 10)。 |
== Components LIST == | == Components LIST == | ||
Line 21: | Line 21: | ||
| style="width: 122px;" | ''' cable''' | | style="width: 122px;" | ''' cable''' | ||
|} | |} | ||
+ | |||
+ | |||
[[File:Epd130.jpg|600px|RTENOTITLE]] | [[File:Epd130.jpg|600px|RTENOTITLE]] | ||
Line 29: | Line 31: | ||
== Waveform mode == | == Waveform mode == | ||
+ | There are six Waveform mode for image update and short name as below table | ||
+ | |||
+ | {| border="2" cellspacing="1" cellpadding="1" style="width: 50%;" | ||
+ | |- | ||
+ | | align="center" | '''mode 0''' | ||
+ | | align="center" | '''mode 1''' | ||
+ | | align="center" | '''mode 2''' | ||
+ | | align="center" | '''mode 3''' | ||
+ | | align="center" | '''mode 4''' | ||
+ | | align="center" | '''mode 5''' | ||
+ | |- | ||
+ | | align="center" | '''INIT''' | ||
+ | | align="center" | '''DU''' | ||
+ | | align="center" |'''GC16''' | ||
+ | | align="center" |'''GL16''' | ||
+ | | align="center" |'''A2''' | ||
+ | | align="center" |'''DU4''' | ||
+ | |} | ||
+ | |||
+ | '''INIT(Global update WF) :''' Initialize is used to completely clear the display, if it's left in an unknown state (i.e. if the previous image has been lost by a re-boot) | ||
+ | |||
+ | '''DU(Local update WF) :''' | ||
+ | |||
+ | '''GC16(Global update WF) :''' | ||
+ | |||
+ | '''GL16(Local update WF when white to white , Global update when 16 gray levels) :''' | ||
+ | |||
+ | |||
+ | '''GL16(Local update WF when white to white , Global update when 16 gray levels) :''' | ||
== Push image application == | == Push image application == | ||
Line 38: | Line 69: | ||
[[File:EPD-132R EVK-USB2 HW setup v2.png|RTENOTITLE]] | [[File:EPD-132R EVK-USB2 HW setup v2.png|RTENOTITLE]] | ||
− | |||
<ol start="3"> | <ol start="3"> | ||
<li>Download and unzip [http://ess-wiki.advantech.com.tw/wiki/images/8/8b/EPD-132R_CLI_v1.1.zip EPD-132R_CLI_tool]</li> | <li>Download and unzip [http://ess-wiki.advantech.com.tw/wiki/images/8/8b/EPD-132R_CLI_v1.1.zip EPD-132R_CLI_tool]</li> | ||
</ol> | </ol> |
Revision as of 04:22, 24 March 2020
Contents
EPD-130 Application guide
This application implement image full/partial update by command line variable. Push image Application is only on Windows platform(Windows 7、Windows 10)。
Components LIST
Item |
Description |
---|---|
1 | 13.3” EPAPER |
2 | EPD-130 PCBA |
3 | cable |
SYSTEM ARCHITECURE
Waveform mode
There are six Waveform mode for image update and short name as below table
mode 0 | mode 1 | mode 2 | mode 3 | mode 4 | mode 5 |
INIT | DU | GC16 | GL16 | A2 | DU4 |
INIT(Global update WF) : Initialize is used to completely clear the display, if it's left in an unknown state (i.e. if the previous image has been lost by a re-boot)
DU(Local update WF) :
GC16(Global update WF) :
GL16(Local update WF when white to white , Global update when 16 gray levels) :
GL16(Local update WF when white to white , Global update when 16 gray levels) :
Push image application
Follow steps and picture below to setup the hardware
- Connected EPD FPC to mainboard
- Connected USB cable to mainboard USB2(CN2)
- Download and unzip EPD-132R_CLI_tool