<?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[M5StickC-Plus Odd Display behavior]]></title><description><![CDATA[<p dir="auto">With M5Burner I Burned UIFLOW for M5StickC-Plus.<br />
This resulted in: <img src="/assets/uploads/files/1608738669692-uiflow.jpg" alt="0_1608738670674_UiFlow.jpg" class=" img-fluid img-markdown" /><br />
I burned the Dino-demo with result: <img src="/assets/uploads/files/1608738750051-dino.jpg" alt="0_1608738748816_Dino.jpg" class=" img-fluid img-markdown" /><br />
I wrote a testprogram for text:<br />
/*</p>
<ul>
<li>DisplayTest.ino</li>
<li>M5StickCPlus</li>
<li>Display: ST7789v2 135x240<br />
*/<br />
#include &lt;M5StickCPlus.h&gt;</li>
</ul>
<p dir="auto">void setup() {<br />
delay(1000);<br />
M5.begin();<br />
M5.Axp.ScreenBreath(10);<br />
M5.Lcd.begin();<br />
M5.Lcd.fillScreen(BLACK);<br />
M5.Lcd.setRotation(3);<br />
M5.Lcd.setTextSize(4);<br />
M5.Lcd.setTextColor(WHITE);<br />
M5.Lcd.setCursor(20, 60);<br />
M5.Lcd.print("27 28 29");<br />
}</p>
<p dir="auto">void loop() {<br />
}</p>
<p dir="auto">As a result I got this: <img src="/assets/uploads/files/1608739038768-texttest.jpg" alt="0_1608739037104_TextTest.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">What is going on ??</p>
]]></description><link>https://community.m5stack.com/topic/2649/m5stickc-plus-odd-display-behavior</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 11:57:31 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2649.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Dec 2020 15:59:00 GMT</pubDate><ttl>60</ttl></channel></rss>