<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>E-Ink on Embedded Systems Development</title><link>https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/</link><description>Recent content in E-Ink on Embedded Systems Development</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/index.xml" rel="self" type="application/rss+xml"/><item><title>How E-Ink Works</title><link>https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/how-e-ink-works/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/how-e-ink-works/</guid><description>&lt;h1 id="how-e-ink-works"&gt;How E-Ink Works&lt;a class="anchor" href="#how-e-ink-works"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;E-Ink displays (more precisely, electrophoretic displays) are fundamentally different from LCDs and OLEDs. They don&amp;rsquo;t emit light, they don&amp;rsquo;t need constant refreshing, and they look like printed paper. Understanding the physics explains why they behave so differently from every other display technology encountered in embedded work — especially the slow refresh rates that surprise on first encounter.&lt;/p&gt;
&lt;h2 id="the-electrophoretic-principle"&gt;The Electrophoretic Principle&lt;a class="anchor" href="#the-electrophoretic-principle"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;An E-Ink display consists of millions of tiny microcapsules, each about the diameter of a human hair. Each capsule contains positively charged white particles and negatively charged black particles suspended in a clear fluid. When an electric field is applied across a capsule, one color of particle migrates to the top (visible) surface and the other moves to the bottom. Reverse the field, and the particles swap positions. By controlling the field at each pixel, the controller creates a pattern of black and white dots — an image.&lt;/p&gt;</description></item><item><title>Full vs. Partial Refresh</title><link>https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/full-vs-partial-refresh/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/full-vs-partial-refresh/</guid><description>&lt;h1 id="full-vs-partial-refresh"&gt;Full vs. Partial Refresh&lt;a class="anchor" href="#full-vs-partial-refresh"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The refresh behavior of E-Ink displays is where most of the practical complexity lives. Understanding the difference between full and partial refresh — and the tradeoffs involved — is essential for building E-Ink projects that look good and preserve display health.&lt;/p&gt;
&lt;h2 id="full-refresh"&gt;Full Refresh&lt;a class="anchor" href="#full-refresh"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A full refresh cycles every pixel through a complete sequence: typically white → black → white → target color (or a similar multi-step waveform). This takes 2-4 seconds on most modules and produces the characteristic &amp;ldquo;flash&amp;rdquo; effect. The advantage is that every pixel is fully driven to its correct state — no ghosting, no artifacts, crisp contrast. Full refresh is the &amp;ldquo;clean slate&amp;rdquo; operation.&lt;/p&gt;</description></item><item><title>Common E-Ink Modules</title><link>https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/common-modules/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/screens-displays/e-ink/common-modules/</guid><description>&lt;h1 id="common-e-ink-modules"&gt;Common E-Ink Modules&lt;a class="anchor" href="#common-e-ink-modules"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The E-Ink module market is dominated by a few manufacturers who package electrophoretic display panels with driver boards aimed at hobbyists and product developers. Knowing the major players and their module conventions saves time when selecting hardware and finding compatible libraries.&lt;/p&gt;
&lt;h2 id="waveshare"&gt;Waveshare&lt;a class="anchor" href="#waveshare"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Waveshare is probably the most visible E-Ink module brand in the hobbyist space. They offer a wide range of sizes (1.54&amp;quot;, 2.13&amp;quot;, 2.9&amp;quot;, 4.2&amp;quot;, 7.5&amp;quot; and larger), colors (black/white, black/white/red, black/white/yellow), and interface options. Their modules typically come with an FPC cable and a breakout board with SPI pins clearly labeled. Documentation quality varies but is generally adequate, and they provide example code for Arduino, Raspberry Pi, and STM32.&lt;/p&gt;</description></item></channel></rss>