<?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 Fire LCD Issues]]></title><description><![CDATA[<p dir="auto">Greetings,</p>
<p dir="auto">I have an M5Stack Fire. I have the ESP32 connected to OpenWeather API without issues. As soon as I attempt to do anything with the LCD, the code locks up. Here is the setup code:</p>
<p dir="auto">*void setup()<br />
{<br />
Serial.begin(115200);</p>
<p dir="auto">// Initialize the M5.<br />
M5.Power.begin();<br />
M5.begin();</p>
<p dir="auto"><a href="//M5.Lcd.setBrightness" target="_blank" rel="noopener noreferrer nofollow ugc">//M5.Lcd.setBrightness</a>(100);</p>
<p dir="auto">// Initialize the WiFi.<br />
WiFi.begin(ssid, password);</p>
<p dir="auto">while (WiFi.status() != WL_CONNECTED)<br />
{<br />
delay(1000);<br />
Serial.println("Connecting to WiFi..");<br />
}</p>
<p dir="auto">Serial.println("Connected to the WiFi network");<br />
delay(10000);<br />
}*</p>
<p dir="auto">The line commented out is causing the issue. If I un-comment it, the ESP32 will freeze.</p>
<p dir="auto">Thoughts on what I'm doing wrong?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://community.m5stack.com/topic/1352/m5stack-fire-lcd-issues</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 17:15:35 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1352.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Sep 2019 22:19:29 GMT</pubDate><ttl>60</ttl></channel></rss>