Difference between revisions of "EPD-132 EVK User Manual"

From ESS-WIKI
Jump to: navigation, search
Line 64: Line 64:
  
 
#Run BmpToPixel_D73.py &lt; source BMP image file&gt; &lt; <output file &gt; in cmd window
 
#Run BmpToPixel_D73.py &lt; source BMP image file&gt; &lt; <output file &gt; in cmd window
 +
#*Bmp size must comply with EPD resolution 1600 x 1200
 +
#*Bmp file: mono color/16 color/256 color/24bits bitmap format
 +
#*Ex: BmpToPixel_D73.py EVK_03.bmp EVK_03.esl
 +
#Copy output files to tftp Base Directory&nbsp;
  
'''①&nbsp;'''EPD panel
+
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;[[File:EPD-132R EVK tftpd base dircetory.png]]
  
'''②&nbsp;'''EVK mainboard
 
  
'''③'''&nbsp;Power adapter and cable
 
 
'''④'''&nbsp;ED22 board
 
 
'''⑤'''&nbsp;ED22 micro USB cable
 
 
'''⑥'''&nbsp;10 pin FFC cable
 
 
'''⑦&nbsp;'''2.4G Wi-Fi antenna
 
  
 
&#x5B;&#x5B;Category:Editor&#x5D;&#x5D;
 
&#x5B;&#x5B;Category:Editor&#x5D;&#x5D;

Revision as of 02:06, 23 May 2018

Introduction

This document will 

EPD-EVK_BmpToPixel_D73


Preparation

• EVK Components

Item  Description
1  EPD 
2  EVK mainboard
3  Power adapter and cable
4  ED22 board
5  ED22 micro USB cable
6  10 pin FFC cable
7  2.4G Wi-Fi antenna

RTENOTITLE

• 2.4G Wi-Fi AP

Prepare a 2.4G Wi-Fi AP.

• Win7 PC

Prepare a win7 PC.

• Setup TFTP server

  1. Make sure PC connect to 2.4G Wi-Fi AP and get IP address
  2. Recommend used tftpd64
  3. Set the process reference link  https://www.youtube.com/watch?v=YdVEonLMWYs

• Python Environment Setup

  1. Download and install Python (recommend Python version 2.7+)
  2. Setup Windows Path and Environment Variables : add “C:\Python27;C:\Python27\Scripts”  
  3. Download and install python PIL package
  4. Download and unzip picture transformation tool "BmpToPixel_D73.py"

Bmp Image To EPD Format

  1. Run BmpToPixel_D73.py < source BMP image file> < <output file > in cmd window
    • Bmp size must comply with EPD resolution 1600 x 1200
    • Bmp file: mono color/16 color/256 color/24bits bitmap format
    • Ex: BmpToPixel_D73.py EVK_03.bmp EVK_03.esl
  2. Copy output files to tftp Base Directory 

           EPD-132R EVK tftpd base dircetory.png


[[Category:Editor]]