
Segment Display Kit
Save 20%Evaluate the ultra-low-power, thin and flexible Segment E-Paper Displays. Each kit contains different display designs and includes a manual display driver as well as a display driver with I2C interface.
GET STARTED TODAY!
Overview
Use our Arduino software library to get up and running in no time.
The Segment Display Kit is the ideal way to get started with our technology.
You will learn that the Ynvisible Segment Displays are thin & flexible, sunlight readable, very easy to operate, and that they are the most energy-efficient display technology on the market for most applications.
Tech specs
Display parameters
White Reflectance | 40% |
Contrast Ratio (Yb/Yd) | 1:3 |
Thickness | 200-300 μm |
Graphical layout | Segments |
Segment dimensions | 1 mm - 100 mm |
Response time | 100-1000 ms |
Power parameters
Driving voltage | ±3 V |
Driving method | Direct drive |
Energy consumption | 1 mJ/cm^2 |
Pulse energy | 0.25 mJ/cm^2 |
Bistability time | 15 minutes - 24h |
Operating conditions | -20C - +60C |
Activations/Cycles | >= 100.000 |
Get Inspired

Syntaxx is powered by three Arduino boards, each handling specific functions to create a seamless and dynamic performance:

It can be tough to get started with building an Internet of Things (IoT) project from the ground-up, as getting connected, serving a webpage, and managing other devices can all be a challenge to a beginner. This is why the YouTuber known as “Mario’s Ideas” made an end-to-end tutorial that details everything one might need to build a smart RGB lamp. Because the Arduino UNO R4 WiFi contains an ESP32-S3 chip for its Wi-Fi radio and Renesas RA4M1 microcontroller, it was the perfect candidate. Mario’s sketch begins with a call to initialize the Wi-Fi module before attempting to connect to his local access point. Once finished, it enters a loop that continuously checks if a client has connected to the web server, and if one has, reads the requested path while also seeing if the string contains “/H” to denote an “ON” command to set the LED. Toggling an LED is useful, but Mario wanted to take things a step further by building a tangible — in this case a lamp. His 3D-printed enclosure features a recessed base and translucent cube for diffusing the light emitted by a grid of NeoPixels. Controlling the color was just as easy since any browser could still send a request path containing a color and get back the lamp’s updated status. To see more about this IoT lamp project, you can watch Mario’s video below!