E-Paper Driver HAT

From Waveshare Wiki
Jump to: navigation, search
E-Paper Driver HAT
E-paper-driver-hat-1.jpg

Universal e-Paper Driver HAT, supports various Waveshare SPI e-Paper raw panels
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

Version Description

Rev2.3

*Pictures:
E-Paper Driver HAT09.jpg E-Paper Driver HAT10.jpg

  • Different versions:
  1. RST pin now is for reset control, and not for power on/off.
  2. Add a new PWR pin for power on/off.
  3. Smaller and thinner package for the inductor.
  4. PH2.0 8Pin connector is replaced with GH1.25 9Pin connector.
  5. The version silk print is updated with Rev2.3.
  • If you want to upgrade the version, you can choose one of the following ways:
  1. Update the program to the newest one (Arduino program only supports 7.5inch e-Paper, 7.5inch e-Paper (B), 5.83inch e-Paper, 5.83inch e-Paper (B), 2.9inch e-Paper (D), 2.13inch e-Paper (D)).
  2. Connect PWR pin to 3.3V.
  3. The empty pad on the back side is soldered with a 47K (or similar) resistor.

E-Paper Driver HAT11.jpg

Rev2.2

*Pictures:
E-Paper Driver HAT13.jpgE-Paper Driver HAT14.jpg

Features

  • Based on the Raspberry Pi 40pin GPIO header, E-Paper Driver HAT is suitable for Raspberry Pi series boards and Jetson Nano.
  • Leading SPI control interface for connecting Raspberry Pi, Arduino, Nucleo, etc.
  • The onboard voltage converter is compatible with the 3.3V and 5V ports of the MCU.
  • Provide online resources and manuals (including Raspberry/Jetson Nano/Arduino/STM32 demos).

Parameter

  • Operating voltage: 3.3V/5V (Please make sure the power supply is consistent with the logic voltage, otherwise it can not be operated normally.)
  • Communication interface: 3-wire SPI, 4-wire SPI
  • Outline dimension: 65mm x 30.2mm
  • Fixed hole diameter: 3.0mm

Display Config

Resistor (Display Config) Screen
0.47R (B) 2.13inch e-Paper (D), 2.7inch e-Paper, 2.9inch e-Paper (D)
3.7inch e-Paper, 4.01inch e-Paper (F), 4.2inch e-Paper
4.2inch e-Paper (B), 4.2inch e-Paper (C), 5.65inch e-Paper (F)
5.83inch e-Paper, 5.83inch e-Paper (B), 7.3inch e-Paper (G)
7.3inch e-Paper (F), 7.5inch e-Paper, 7.5inch e-Paper (B)
1.64inch e-Paper (G), 2.36inch e-Paper (G), 3inch e-Paper (G)
4.37inch e-Paper (G)
3R (A) 1.54inch e-Paper, 1.54inch e-Paper(B), 2.13inch e-Paper
2.13inch e-Paper (B), 2.66inch e-Paper, 2.66inch e-Paper (B)
2.9inch e-Paper, 2.9inch e-Paper (B)
  • It mainly affects the display effect. If you find that the display is abnormal, you can turn the switch to the other end.

Hardware Connection

Raspberry Pi

When connecting to the Raspberry Pi, you can directly plug the board into the 40PIN of the Raspberry Pi, and be careful to match the pins.
If you choose to connect the board with an 9PIN cable, please refer to the table below:

Raspberry Pi Pin Connection Correspondence
e-Paper Raspberry Pi
BCM2835 Board
VCC 3.3V 3.3V
GND GND GND
DIN MOSI 19
CLK SCLK 23
CS CE0 24
DC 25 22
RST 17 11
BUSY 24 18
PWR 18 12

Jetson Nano

The 40PIN on the Jetson Nano is compatible with the 40-pin GPIO header on the Raspberry Pi, and a Jetson.GPIO library with an API that is identical to the RPI.GPIO library on the Raspberry Pi is provided. Therefore, the pin number used here is the same as on the Raspberry Pi. When using the 40PIN, you can directly plug the module into the Jetson Nano's 40-pin header.
If you choose to connect the board with 8PIN cable, please refer to the table below:

Jetson nano Pin Connection Correspondence
e-Paper Jetson Nano Developer Kit
BCM2835 Board
VCC 3.3V 3.3V
GND GND GND
DIN 10(SPI0_MOSI) 19
CLK 11(SPI0_SCK 23
CS 8(SPI0_CS0) 24
DC 25 22
RST 17 11
BUSY 24 18
PWR 18 12

Sunrise X3 Pi

When connecting to the Sunrise X3 Pi, you can directly plug the board into the Sunrise X3 Pi's 40-pin header. Please make sure to align the pins correctly for a secure connection.
If you choose to connect with 8PIN cable, please refer to the pinout table below:

Sunrise X3 Pi Pin Connection Correspondence
e-Paper Sunrise X3 Pi
BCM Board
VCC 3.3V 3.3V
GND GND GND
DIN MOSI 19
CLK SCLK 23
CS CE0 24
DC 25 22
RST 17 11
BUSY 24 18
PWR 18 12

STM32

To connect with 8PIN cable, please refer to the pinout table below:

STM32 Pin Connection Correspondence
e-Paper STM32
VCC 3.3V
GND GND
DIN PA7
CLK PA5
CS PA4
DC PA2
RST PA1
BUSY PA3
PWR PA6

Arduino

To connect with 8PIN cable, please refer to the pinout table below:

Arduino Pin Connection Correspondence
e-Paper Arduino UNO Mega2560
VCC 5V 5V
GND GND GND
DIN D11 D51
CLK D13 D52
CS D10 D10
DC D9 D9
RST D8 D8
BUSY D7 D7
BUSY D6 D6

Resources

Documentation

Related E-Paper Wiki

Related Resources

Development Resources

FAQ

Question about Software

 Answer:
  • Enter the command: ls /dev/spi*
  • The result may appear as shown in the figure.

2.36inch e-paper Hat FAQ02.jpg

  • This is because the SPI interface is occupied in the /boot/config.txt file.

2.36inch e-paper Hat FAQ03.jpg

  • Steps:
    • Delete the occupation of spi0-0 in the /boot/config.txt file.
    • Modify the location shown in the picture in the /e-Paper/RaspberryPi_JetsonNano/lib/waveshare_epd/epdconfig.py file and change it to 0,1.
    • 2.36inch e-paper Hat FAQ04.jpg

{{{5}}}


 Answer:
  • Our demo uses stm32f103zet6. If the customer modifies other models in MDK, such as stm32f103rbt6, the ram space becomes smaller, and the stack size and heap size in the startup file need to be modified on the original basis.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

When transmitting B/W data, use Data Start Transmission 1; when transmitting RED data, use Data Start Transmission 2.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

In this case, the customer needs to reduce the position of the round brush and clear the screen after 5 rounds of refreshing (increasing the voltage of VCOM can improve the color, but it will increase the afterimage).

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

The border display color can be set through the Border Waveform Control register or the VCOM AND DATA INTERVAL SETTING register.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

In this case, the customer needs to reduce the position of the game and clear the screen after 5 times of the game.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

The process of re-awakening the e-paper screen is actually the process of re-powering. Therefore, when the EPD wakes up, the screen must be cleared first, so as to avoid the afterimage phenomenon to the greatest extent.

{{{5}}}


 Answer:
  • It may be caused by the unsuccessful spi driver.

1. First check whether the wiring is correct.
2. Check whether the spi is turned on and whether the parameters are configured correctly (spi baud rate, spi mode and other parameters).

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

The full refresh initialization function needs to be added when the ink screen is switched from partial refresh to full refresh.

{{{5}}}


 Answer:

It may be a demo based on the BCM2835 library that has run the C language before. At this time, you need to restart the Raspberry Pi and then run the Python demo.

{{{5}}}


 Answer:
  • Install the imaging library using the command sudo apt-get install python-imaging
{{{3}}}
{{{4}}}

{{{5}}}


Question about Hardware

 Answer:

Yes, now there is a level conversion chip onboard, supporting a 5V drive.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
  • The rated input voltage of the e-paper screen is 2.3~3.6V. If it is a 5V system, level conversion is required. In addition, the voltage should not be lower than 2.5V, so as not to affect the display effect of the e-paper screen.
  • Device selection can use the model in the schematic diagram we provide or choose according to the data sheet.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Yes, pay attention to the correct timing.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
  • Check if SPI communication is normal.
  • Confirm whether the BUSY pin is normally initialized to input mode.
  • It may be that there is no normal reset, try to shorten the duration of the low level during reset (because the power-off switch is added to the drive circuit, the reset low level is too long, which will cause the drive board to power off and cause the reset to fail).
  • If the busy function sends the 0x71 command, you can try to comment it out.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
  • 1.64inch, 2.36inch, 3inch, 0.5mm pitch, 26Pin.
  • 1.02inch, 0.5mm pitch, 30Pin.
  • 4.37inch, 7.3inch, 0.5mm pitch, 50Pin.
  • The rest (non-parallel ports) are 0.5mm pitch, 24Pin.

{{{5}}}


 Answer:

Cable socket 0.5-24pin rear-flip 2.0H (FPC connector).

{{{5}}}


Question about Screen

 Answer:
  • 【Working conditions】Temperature range: 0~40°C; (seven-color screen: 15~35°C) Humidity range: 35%~65%RH.
  • 【Storage conditions】Temperature range: below 30°C; Humidity range: below 55%RH; Maximum storage time: 6 months.
  • 【Transportation conditions】Temperature range: -25~70°C; Maximum transportation time: 10 days.
  • 【After unpacking】Temperature range: 20°C±5°C; Humidity range: 50±5%RH; Maximum storage time: Assemble within 72 hours.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
  • Refresh mode
    • Full refresh: The e-paper screen will flicker several times during the refresh process (the number of flickers depends on the refresh time), and the flicker is to remove the afterimage to achieve the best display effect.
    • Partial refresh: The e-paper screen has no flickering effect during the refresh process. Users who use the partial brushing function note that after refreshing several times, a full refresh operation should be performed to remove the residual image, otherwise the residual image problem will become more and more serious, or even damage the screen (currently only some black and white e-paper screens support partial refreshing, please refer to product page description).
    • refresh rate
    • During use, it is recommended that customers set the refresh interval of the e-paper screen to at least 180 seconds (except for products that support the local brush function).
    • During the standby process (that is, after the refresh operation), it is recommended that the customer set the e-ink screen to sleep mode, or power off (the power supply part of the ink screen can be disconnected with an analog switch) to reduce power consumption and prolong the life of the e-paper screen. (If some e-paper screens are powered on for a long time, the screen will be damaged beyond repair.)
    • During the use of the three-color e-paper screen, it is recommended that customers update the display screen at least once every 24 hours (if the screen remains the same screen for a long time, the screen burn will be difficult to repair).
  • Application
    • The e-paper screen is recommended for indoor use. If it is used outdoors, it is necessary to avoid direct sunlight on the e-paper screen, and at the same time, take UV protection measures, because charged particles will dry out under strong light for a long time, resulting in loss of activity and failure to refresh. This situation is irreversible. When designing e-paper screen products, customers should pay attention to determining whether the use environment meets the requirements of an e-paper screen.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Ideally, with normal use, it can be refreshed 1,000,000 times (1 million times).

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Power on the development board for a long time, after each refresh operation, it is recommended to set the screen to sleep mode or directly power off processing, otherwise, the screen may burn out when the screen is in a high voltage state for a long time.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Yes, but you need to re-initialize the electronic paper with software.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Maybe the SPI rate is too high, resulting in data loss, try to reduce the SPI rate.
Insufficient or unstable power supply leads to data loss.
The data cable is too long to cause data loss, the extension cable should not exceed 20cm.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

The display gray scale of electrophoretic electronic paper is determined by the spatial position of the particles in the Microcapsule or Microcup. The electrophoresis phenomenon occurs between black particles and white particles under the action of voltage. This voltage sequence that promotes the electrophoretic movement of the particles is the driving force of the electronic paper. waveform. The driving waveform is the core part of the electronic paper display, and the optimization of the driving waveform will directly affect the display effect of the display. The driving waveform file is used to describe the parameters formed by the voltage sequence that promotes the electrophoretic movement of the particles, and it needs to be called regularly when the electronic paper is refreshed. Different batches of e-paper diaphragms and electrophoretic matrices require different voltage values ​​when driving the display due to materials, manufacturing processes, etc. The waveform of the e-paper screen is reflected in the relationship between grayscale, voltage, and temperature. Generally speaking, after each batch of electrophoresis matrix is ​​generated, there will be a corresponding waveform file in the form of a .wbf file. The film manufacturer will provide the waveform file and electrophoresis matrix to the manufacturer of the e-paper screen, and then the manufacturer of the e-paper screen integrates the protection board, substrate, and driver and then provides it to customers; if the waveform file does not correspond to the screen, it is likely that the display cannot be displayed or the display effect is unsatisfactory. Generally, the waveform file has OTP built into the driver IC of the e-paper screen when leaving the factory, and some programs we provide also called external waveform files to drive the e-paper screen.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

LUT is the abbreviation of LOOK UP TABLE, and OTP is the abbreviation of ONE TIME PROGRAM. The original intention of LUT is to load waveform files, and the waveform files are divided into OTP and REGISTER. Among them, OTP is the built-in waveform storage method, and REGISTER is the external waveform storage method.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:
  • There are mainly two types of e-paper screens.
    • One is to refresh the background image first.
    • The other is to alternately refresh old data and new data.
{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Simultaneous brushing in different locations needs to be operated in the program design, that is, first brushing the data of different locations into the electronic paper IC, and finally doing the Update/TurnOnDisplay uniformly.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

Yes, when the e-paper is batched, there will be some color difference, which is a normal phenomenon. Store the e-paper faces up to reduce the reddish/yellowishness to a certain extent.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

with film.

{{{3}}}
{{{4}}}

{{{5}}}


 Answer:

At present, all screens have built-in temperature sensors, and you can also use an external LM75 temperature sensor with IIC pins.

{{{3}}}
{{{4}}}

{{{5}}}


Support



Technical Support

If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 AM GMT+8 (Monday to Friday)