<?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[M5.Lcd.setBrightness() not working]]></title><description><![CDATA[<p dir="auto">The core2 does use AXP192's DC3 channel and generates the LCD backlight voltage. I have tried to modify the LCD brightness with M5.Lcd.setBrightness(val). But there is not change! In M5.init(), the DC3 PWM channel seems be set to 80. In the previous M5Stack core API the value could be changed in between 0-255.  Any ideas?</p>
]]></description><link>https://community.m5stack.com/topic/2676/m5-lcd-setbrightness-not-working</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 13:01:24 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2676.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Dec 2020 10:31:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5.Lcd.setBrightness() not working on Sun, 03 Jan 2021 08:53:00 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jhubsch" aria-label="Profile: jhubsch">@<bdi>jhubsch</bdi></a></p>
<p dir="auto">on M5Core2 LCD brightness is controlled by AXP192 (as you've already figured out yourself) so changing LCD brightness should work with:</p>
<pre><code>M5.Axp.SetLcdVoltage(v); // v from 2500 to 3300
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11516</link><guid isPermaLink="true">https://community.m5stack.com/post/11516</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 03 Jan 2021 08:53:00 GMT</pubDate></item></channel></rss>