<?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[Multi Version M5StickC]]></title><description><![CDATA[<p dir="auto">Hello Everyone.<br />
I have a problema with the M5StickC new version. I tried to used M5.Axp.ScreenBreath on old version M5StickC and its works but this instruction not works with the new version.<br />
the "Only change" between versions its accelerometer circuit ( New version: MPU6886, Old version SH200Q ).<br />
Maybe anyone have the same problem or know what is the the diference between version?</p>
]]></description><link>https://community.m5stack.com/topic/1681/multi-version-m5stickc</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 16:27:06 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1681.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Feb 2020 08:05:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multi Version M5StickC on Sat, 08 Feb 2020 13:58:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
What exactly happens, when you say "instruction not works"? Does your code compile but the screen brightness doesn't change?</p>
<p dir="auto">Have you tested other AXP function like the Battery status:</p>
<pre><code>  char text_buffer[32]; 
  M5.Lcd.fillScreen(TFT_BLACK);
  M5.Lcd.drawCentreString("Battery status:", 80, 20, 2);
  snprintf(text_buffer, sizeof(text_buffer), "%.2fV  ---  %.2fmA", M5.Axp.GetBatVoltage(), M5.Axp.GetBatCurrent());
  M5.Lcd.drawCentreString(text_buffer, 80, 40, 2);
</code></pre>
<p dir="auto">Is that working?</p>
]]></description><link>https://community.m5stack.com/post/7322</link><guid isPermaLink="true">https://community.m5stack.com/post/7322</guid><dc:creator><![CDATA[hague]]></dc:creator><pubDate>Sat, 08 Feb 2020 13:58:05 GMT</pubDate></item></channel></rss>