<?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[[Solved]M5Stickc Plus 2 - Screen Inactivity]]></title><description><![CDATA[<p dir="auto">Hello everyone</p>
<p dir="auto">I am currently programming a clock on an M5Stickc Plus2, and I am using</p>
<p dir="auto">M5.Lcd.fillScreen(TFT_BLACK);</p>
<p dir="auto">to suspend the use of the screen and save battery, and when the home button is pressed I activate the screen by printing the time for 5 seconds but I see that the screen is still active since I am only projecting a black background, is there a way to turn off the screen? until a press of one of the buttons is generated.</p>
<p dir="auto">Thank you all very much for the support you can offer me.<br />
Greetings</p>
]]></description><link>https://community.m5stack.com/topic/6417/solved-m5stickc-plus-2-screen-inactivity</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 14:09:26 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6417.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 May 2024 03:38:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved]M5Stickc Plus 2 - Screen Inactivity on Wed, 08 May 2024 03:51:44 GMT]]></title><description><![CDATA[<p dir="auto">I solved it as follows, in case anyone else has the same issue.</p>
<pre><code>analogWrite(BACKLIGHT, 0);
delay(20);
StickCP2.Power.lightSleep();
</code></pre>
<p dir="auto">greetings to all.</p>
]]></description><link>https://community.m5stack.com/post/25113</link><guid isPermaLink="true">https://community.m5stack.com/post/25113</guid><dc:creator><![CDATA[jvillapa]]></dc:creator><pubDate>Wed, 08 May 2024 03:51:44 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved]M5Stickc Plus 2 - Screen Inactivity on Sun, 05 May 2024 04:12:05 GMT]]></title><description><![CDATA[<p dir="auto">I found these methods in the documentation, but I still  see that the screen does not turn off completely.</p>
<p dir="auto">M5.Lcd.setBrightness(0);<br />
M5.Lcd.sleep();</p>
<p dir="auto">M5.Lcd.wakeup();<br />
M5.Lcd.setBrightness(200);</p>
]]></description><link>https://community.m5stack.com/post/25050</link><guid isPermaLink="true">https://community.m5stack.com/post/25050</guid><dc:creator><![CDATA[jvillapa]]></dc:creator><pubDate>Sun, 05 May 2024 04:12:05 GMT</pubDate></item></channel></rss>