<?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[lcd.arc green outline]]></title><description><![CDATA[<p dir="auto">Hi ,<br />
when I use lcd.arc graphic I always have a green outline that appears. is this normal? how to avoid that?<br />
Best regards Bertrand</p>
]]></description><link>https://community.m5stack.com/topic/4771/lcd-arc-green-outline</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 22:35:01 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4771.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Oct 2022 19:07:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to lcd.arc green outline on Tue, 01 Nov 2022 12:52:57 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/ber" aria-label="Profile: Ber">@<bdi>Ber</bdi></a></p>
<p dir="auto">it looks like using the arc block only one color (either outline or filling) can be defined at the time. The color which is not defined seems to be random, causing the unwanted outline.</p>
<p dir="auto">So instead of using the arc block directly you could use the <code>Advanced</code> - <code>Execute code</code> block which then allows to define both colors together like this:</p>
<pre><code>lcd.arc(120, 160, 100, 50, 0, 90, color=0xff0000, fillcolor=0xff0000)
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/19182</link><guid isPermaLink="true">https://community.m5stack.com/post/19182</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Tue, 01 Nov 2022 12:52:57 GMT</pubDate></item></channel></rss>