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 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 Wave 2.9" E-Ink Flex Displayr
Wave 2.9" E-Ink Flex Display
- Brand: Waveshare
- Product Code: W16184
- Weight: 0.003kg
- Product Status : Active
Stock
| Warehouse | Stock Status | Location |
|---|---|---|
| Centurion | Limited Stock | GG333 |
| Stellenbosch | No Stock |
We ship free of charge between branches to complete your order.
-
R398.00 (Inc Tax: R457.70)
Related Products
Wave 2.7inch E-Ink display for Pi
Wave 2.7inch E-Ink 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 adva..
R279.00 (Inc Tax: R320.85)
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 pow..
R642.00 (Inc Tax: R738.30)
E-Ink 2.13 inch Raw Display Panel
E-Ink 2.13" Raw Display Panel This is an E-Ink raw display, 2.13inch, 250x122 resolution, with embedded controller, communicating via SPI interface, supports partial refresh. Due to the advantages l..
R125.00 (Inc Tax: R143.75)
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.13" Raw Display - 3 Colour
E-Ink 2.13" Raw Display - 3 Colour This is an E-Ink raw display, 2.13inch, 212x104 resolution, with embedded controller, communicating via SPI interface, supports red, black, and white three-color dis..
R149.00 (Inc Tax: R171.35)
Wave 2.9" E-Ink Flex Display for Pi
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. Co..
R338.00 (Inc Tax: R388.70)
Wave 1.69" Touch Display Pi RP2040
Wave 1.69" Touch Display Pi RP2040 The Wave 1.69" Touch Display Pi RP2040 is a feature-packed microcontroller development board designed by Waveshare. It combines the powerful RP2040 chip from Rasp..
R398.00 (Inc Tax: R457.70)
Tags: wave, 2.9", 2.9, 2.9 inch, e-ink, ink, flex, display, spi, 3.3v










