<?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[coreink UIflow UI element show() API broken]]></title><description><![CDATA[<p dir="auto">Just playing with a recently bought CoreInk and the UI element hide() and show() api seems to be broken. Consider this:</p>
<pre><code>from m5stack import *
from m5ui import *
from uiflow import *


setScreenColor(lcd.WHITE)






label0 = M5TextBox(39, 55, "label0", lcd.FONT_Comic, lcd.BLACK, rotate=0)


label0.show()
coreInkShow()
</code></pre>
<p dir="auto">here instead of plotting "label0" in Comic font, it will somehow fall back to a default font with the artefacts of the original label in the background. In app mode (downloaded) it will behave bit differently, but it's broken there too.</p>
<p dir="auto">when run<img src="/assets/uploads/files/1706904052771-img_9519-resized.jpg" alt="0_1706904048352_IMG_9519.jpg" class=" img-fluid img-markdown" /> :</p>
<p dir="auto">when downloaded<br />
<img src="/assets/uploads/files/1706904071878-img_9520-resized.jpg" alt="0_1706904067374_IMG_9520.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">images behave the same. Anyone seen this?</p>
]]></description><link>https://community.m5stack.com/topic/6048/coreink-uiflow-ui-element-show-api-broken</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 00:17:10 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6048.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Feb 2024 20:02:39 GMT</pubDate><ttl>60</ttl></channel></rss>