<?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[m5Stack basic. Wrong colors.]]></title><description><![CDATA[<p dir="auto">Hi everybody. Please advise. I got two cores basic ones. I use Arduino IDE. If I load following code M5.Lcd.fillScreen(WHITE) I get black screen. I have similar issues with all of the other colors. I have this problem on both devices. There were no such issue on old core. Could someone suggest what to do in such case. Thanks.<br />
in addition I tested different hex codes of colors. Again 0x000000 gives me white screen and 0xeeeeee gives black. Is it possible to fix?</p>
]]></description><link>https://community.m5stack.com/topic/1455/m5stack-basic-wrong-colors</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 05:32:44 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1455.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 Nov 2019 15:51:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to m5Stack basic. Wrong colors. on Mon, 11 Nov 2019 05:55:55 GMT]]></title><description><![CDATA[<p dir="auto">hi ,  did your has upgrade your library version to latest.  (m5stack lib version &gt;= 0.2.8)</p>
]]></description><link>https://community.m5stack.com/post/6318</link><guid isPermaLink="true">https://community.m5stack.com/post/6318</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 11 Nov 2019 05:55:55 GMT</pubDate></item><item><title><![CDATA[Reply to m5Stack basic. Wrong colors. on Sat, 09 Nov 2019 18:08:50 GMT]]></title><description><![CDATA[<p dir="auto">It works if add</p>
<p dir="auto">#include&lt;M5Stack.h&gt;</p>
<p dir="auto">void setup(){<br />
M5.begin();<br />
M5.Lcd.fillScreen(BLUE)<br />
<strong>M5.Lcd.invertDisplay(true)</strong><br />
}</p>
<p dir="auto">void loop(){</p>
<p dir="auto">}</p>
]]></description><link>https://community.m5stack.com/post/6305</link><guid isPermaLink="true">https://community.m5stack.com/post/6305</guid><dc:creator><![CDATA[borisu]]></dc:creator><pubDate>Sat, 09 Nov 2019 18:08:50 GMT</pubDate></item><item><title><![CDATA[Reply to m5Stack basic. Wrong colors. on Sat, 09 Nov 2019 18:01:43 GMT]]></title><description><![CDATA[<p dir="auto">The code is simple<br />
#include &lt;M5Stack.h&gt;</p>
<p dir="auto">void setup() {</p>
<p dir="auto">M5.begin();</p>
<p dir="auto">// Lcd should display blue<br />
M5.Lcd.fillScreen(BLUE);<br />
}</p>
<p dir="auto">void loop(){</p>
<p dir="auto">}</p>
<p dir="auto">In this case the screen is something between yellow and green.</p>
]]></description><link>https://community.m5stack.com/post/6304</link><guid isPermaLink="true">https://community.m5stack.com/post/6304</guid><dc:creator><![CDATA[borisu]]></dc:creator><pubDate>Sat, 09 Nov 2019 18:01:43 GMT</pubDate></item><item><title><![CDATA[Reply to m5Stack basic. Wrong colors. on Sat, 09 Nov 2019 17:21:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2363">@borisu</a><br />
Please provide the code you upload</p>
]]></description><link>https://community.m5stack.com/post/6303</link><guid isPermaLink="true">https://community.m5stack.com/post/6303</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Sat, 09 Nov 2019 17:21:46 GMT</pubDate></item></channel></rss>