<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Core Ink screen fades on reset]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I thought that ePaper kept the last drawing despite power off.</p>
<p dir="auto">My screen ink starts to fade away and gets dim grey in less than 3 seconds after I press the reset button. Is it the expected behavior or I have a faulty unit?</p>
<p dir="auto">Thanks!</p>
<p dir="auto"><img src="/assets/uploads/files/1617825351540-479db697-4f12-4064-97ff-3473c292a736-image.png" alt="0_1617825350394_479db697-4f12-4064-97ff-3473c292a736-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/3158/core-ink-screen-fades-on-reset</link><generator>RSS for Node</generator><lastBuildDate>Fri, 13 Mar 2026 14:19:29 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3158.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 07 Apr 2021 19:53:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core Ink screen fades on reset on Sun, 18 Jun 2023 10:46:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/226">@fonix232</a> said in <a href="/post/13439">Core Ink screen fades on reset</a>:</p>
<blockquote>
<p dir="auto">basically, dump that 200x200 4b array onto the flash</p>
</blockquote>
<p dir="auto">EDIT:<br />
Found out the "Set Screen HV 0" must be set to "0" I thought "1" means "on" but My screen doesnt fade when set to "0".<br />
Looks much better now : )</p>
<p dir="auto">==<br />
Hi there, I have exact the same "Screen Fading" Problem (out of the Box).<br />
Thank you guys for your insight on this topic.</p>
<p dir="auto">I am new and try to set up the "M5 CORE INK". I try to implement suggestions on this thread. In UI flow I place the "Set Screen HV 1" as <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a> suggested.</p>
<p dir="auto">I would apprechiate it alot If you (or any one who knows) could tell me how to implement "Screen Dump" in UI flow. This method anyways will be usefull. I might work with Json Data further in my project anyways.</p>
<p dir="auto">Thank you all all lot for pointing me in the right direction.<br />
cheers<br />
EBK</p>
<p dir="auto">#M5CoreInk #ScreenFading #SetScreenHV # ScreenDump #Json</p>
]]></description><link>https://community.m5stack.com/post/21224</link><guid isPermaLink="true">https://community.m5stack.com/post/21224</guid><dc:creator><![CDATA[EBKsuper]]></dc:creator><pubDate>Sun, 18 Jun 2023 10:46:30 GMT</pubDate></item><item><title><![CDATA[Reply to Core Ink screen fades on reset on Sun, 11 Apr 2021 06:48:52 GMT]]></title><description><![CDATA[<p dir="auto">In UIFlow you need to use the Set HV block to before screen draw before powering the coreink off otherwise you get the fading on shutdown.</p>
]]></description><link>https://community.m5stack.com/post/13471</link><guid isPermaLink="true">https://community.m5stack.com/post/13471</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 11 Apr 2021 06:48:52 GMT</pubDate></item><item><title><![CDATA[Reply to Core Ink screen fades on reset on Fri, 09 Apr 2021 10:58:10 GMT]]></title><description><![CDATA[<p dir="auto">A reset will trigger a power cycle, which in turn resets the SPI connection to the e-ink display. The display has a controller built-in, which at this point is also power cycled, and most likely runs the initialisation of the screen. So when you press the reset button, the display thinks it needs to get into a "ready for new data" state, which is why it "fades".</p>
<p dir="auto">If you want to work this around, I'd recommend storing the screen contents every time you write to the screen, to storage that is preserved during a power cycle (basically, dump that 200x200 4b array onto the flash), and make sure that your startup handling "updates" the screen with that content immediately after the device is initialised.</p>
]]></description><link>https://community.m5stack.com/post/13439</link><guid isPermaLink="true">https://community.m5stack.com/post/13439</guid><dc:creator><![CDATA[fonix232]]></dc:creator><pubDate>Fri, 09 Apr 2021 10:58:10 GMT</pubDate></item><item><title><![CDATA[Reply to Core Ink screen fades on reset on Fri, 09 Apr 2021 11:27:46 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/7648">@ciconde</a></p>
<p dir="auto">when run from battery a reset (cut power) is not the same as a shutdown (power off). I see the same fading when I reset my M5CoreInk with the reset button on the back. However when I do a shutdown (programmatically) the content on the screen stays and doesn't fade away.</p>
<p dir="auto">Note: In UIFlow you can use <code>Power - Power off</code> to do the shutdown.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/13425</link><guid isPermaLink="true">https://community.m5stack.com/post/13425</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 09 Apr 2021 11:27:46 GMT</pubDate></item><item><title><![CDATA[Reply to Core Ink screen fades on reset on Wed, 07 Apr 2021 19:57:50 GMT]]></title><description><![CDATA[<p dir="auto">For a quick comparison, here it is when power is on:<br />
<img src="/assets/uploads/files/1617825467344-299d778a-5e5e-42ff-b318-d565056118bf-image.png" alt="0_1617825465753_299d778a-5e5e-42ff-b318-d565056118bf-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/13423</link><guid isPermaLink="true">https://community.m5stack.com/post/13423</guid><dc:creator><![CDATA[ciconde]]></dc:creator><pubDate>Wed, 07 Apr 2021 19:57:50 GMT</pubDate></item></channel></rss>