Memory LCDs have been around for a while. It came into my radar only recently. I thought it deserved an dedicated explainer. It sits right in the middle of a TFT LCD and e-paper. Let’s discuss that today.
A Memory-in-Pixel LCD is still an LCD, but each pixel contains a small memory circuit. In Sharp’s panels, its 1 bit/pixel. Once written, unchanged pixels do not need the same image streamed continuously. The panel is reflective too, so daylight replaces the backlight used by most TFTs.

Its really power efficient. Sharp’s 1.28-inch, 128 × 128 LS013B7DH03 specifies about 1µW typical while holding an unchanged image and 50µW when updating the full screen once per second. A similar 1.3-inch TFT module can use around 90mW just for its backlight. E-paper can approach zero between updates, but a typical 1.54-inch B/W panel uses about 26.4mW while refreshing and takes around 2s for a full refresh. Hence it kinda sits in middle.
You also get excellent sunlight readability like e-paper, but much faster response for changing numbers, menus, graphs and simple animation. Indoors it is less vivid than a backlit TFT, and panels are usually monochrome or some limited-colour.
The interface works well with small MCUs. A 128×128 monochrome frame buffer is only 2kB. Sharp’s panel uses a simple 3-wire serial interface, and you can rewrite only the lines that changed instead of pushing the entire frame.
There is one important difference from e-paper. The LCD still needs a tiny amount of power and periodic VCOM polarity inversion, so it cannot retain the image indefinitely after power is removed.
I think its sweet spot is an always-on battery device where the screen changes often, such as watches, meters and outdoor instruments. If the image changes once an hour, e-paper is hard to beat. If it changes every second and battery life matters, Memory LCD becomes very interesting. Cost remains a constraint. These panels are generally above commodity TFTs and closer to small e-paper modules. Do check them out for your future requirements.

0 Comments