Wave 2.9" E-Ink Flex Display for Pi
This is a flexible E-Ink display. Compared with normal e-Paper panels, this flexible panel allows bending without being damaged, and it's thinner and lighter.
Combined with the advantages like ultra low power consumption, wide viewing angle, clear display without electricity, it is an ideal choice for applications where curved surface display is required, such as industrial instruments, smart wearable-devices, and so on.

Quick Spec
- Operating Voltage: 3.3V
- Interface: 3-wire SPI, 4-wire SPI
- Outline Dimension: 79 × 36.7 × 0.34mm
- Display Size: 66.9 × 29.06mm
- Dot Pitch: 0.227 × 0.226
- Resolution: 296 × 128
- Display Colour: black, white
- Grey Level: 2
- Full Refresh Time: 2s
- Refresh Power: 26.4mW(typ.)
- Standby Power: <0.017mW
- Viewing Angle: >170°
Interface
SYMBOL | DESCRIPTION |
---|---|
VCC | 3.3V / 5V |
GND | Ground |
NC | NC |
DIN | SPI MOSI pin |
CLK | SPI SCK pin |
CS | SPI chip selection, low active |
DC | Data/Command selection (high for data, low for command) |
RST | External reset, low active |
BUSY | Busy status output, low active |
Demo Code
/**
* @filename : epd2in13-demo.ino
*
* Demo Code for Arduino
*/
#include
#include "fepd2in13.h"
#include "imagedata.h"
/**
* Due to RAM not enough in Arduino UNO, a frame buffer is not allowed.
* In this case, a smaller image buffer is allocated and you have to
* update a partial display several times.
* 1 byte = 8 pixels, therefore you have to set 8*N pixels at a time.
*/
Epd epd;
void setup()
{
// put your setup code here, to run once:
Serial.begin(9600);
if (epd.Init() != 0) {
Serial.print("e-Paper init failed\n");
return;
}
//Serial.print("ClearFrameMemory\n");
// epd.ClearFrameMemory(); // bit set = white, bit reset = black
/**
* there are 2 memory areas embedded in the e-paper display
* and once the display is refreshed, the memory area will be auto-toggled,
* i.e. the next action of SetFrameMemory will set the other memory area
* therefore you have to set the frame memory and refresh the display twice.
*/
Serial.print("SetFrameMemory\n");
epd.SetFrameMemory(gImage_IMAGE);
Serial.print("DisplayFrame\n");
epd.DisplayFrame();
}
void loop()
{
}
Resources
Shipping List
- 1 x 2.9inch e-Paper
- 1 x e-Paper Driver HAT
- 2 x RPi screws pack
- 1 x PH2.0 20cm 8Pin
Wave 2.9" E-Ink Flex Display for Pi
- Brand: Waveshare
- Product Code: W16565
- Weight: 0.047kg
- Product Status : Active
Stock
Warehouse | Stock Status | Location |
---|---|---|
Centurion | In Stock | FD061 |
Stellenbosch | No Stock |
We ship free of charge between branches to complete your order.
-
R338.00 (Inc Tax: R388.70)
Related Products
4.2inch E-Ink Display Module 400X300
4.2inch E-Ink Display Module 400X300 This is an E-Ink display module, 4.2inch, 400x300 resolution, with embedded controller, communicating via SPI interface. Due to the advantages like ultra low power..
R430.00 (Inc Tax: R494.50)
E-Ink 2.13" For Pi - 3 Colour
E-Ink 2.13" For Pi - 3 Colour This is an E-Ink display HAT for Raspberry Pi, 2.13inch, 212x104 resolution, with embedded controller, communicating via SPI interface, supports yellow, black, and white ..
R295.00 (Inc Tax: R339.25)
E-Ink 2.7" 264x176 Display Hat For Raspberry Pi
E-Ink 2.7" 264x176 Display Hat For Raspberry Pi This is an E-Ink display HAT for Raspberry Pi, 2.7inch, 264x176 resolution, with embedded controller, communicating via SPI interface. Due to the ..
R255.00 (Inc Tax: R293.25)
9.7" E-Ink Display HAT for Pi
9.7" E-Ink Display HAT for Pi This is an E-Ink display HAT for Raspberry Pi, 9.7inch, 1200x825 resolution, with embedded controller IT8951, communicating via USB/SPI/I80/I2C interface. Due to the ad..
R2,550.00 (Inc Tax: R2,932.50)
2.13 inch E-ink Display HAT for Pi
2.13 inch E-ink Display HAT for Pi This is a flexible E-Ink display HAT for Raspberry Pi, 2.13inch, 212x104 resolution, with embedded controller, communicating via SPI interface, supports partial ..
R316.00 (Inc Tax: R363.40)
2.13 inch flexible E-ink display
2.13 inch flexible E-ink display This is a flexible E-Ink display. Compared with normal e-Paper panels, this flexible panel allows bending without being damaged, and it's thinner and lighter..
R222.00 (Inc Tax: R255.30)
Wave 2.9" E-Ink Flex Display
Wave 2.9" E-Ink Flex Display This is a flexible E-Ink display. Compared with normal e-Paper panels, this flexible panel allows bending without being damaged, and it's thinner and lighter. Combined ..
R398.00 (Inc Tax: R457.70)
Wave 2.15" E-Ink Display - Red/Black/White
Wave 2.15" E-Ink Display - Red/Black/White The Wave 2.15" E-Ink Display is a low-power, high-contrast module that mimics traditional printed paper. With a 296×160 resolution and support for red, bl..
R258.00 (Inc Tax: R296.70)
Tags: wave, 2.9", 2.9, 2.9 inch, e-ink, ink, flex, display, spi, 3.3v