<?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[M5PaperS3  Widgets.setRotation(3) crashes system (disconnect from usb and reboot)]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">configuration: M5PaperS3 , UIflow2 V2.3.3 (micropython 1.15)</p>
<p dir="auto">using rotation(3) , ie:<br />
Widgets.setBrightness(150)<br />
Widgets.fillScreen(0x000000)<br />
Widgets.setRotation(3)<br />
Display.drawJpg("my_file.jpg", 0, 0, 0, 0, 0, 0, 1, 1)</p>
<p dir="auto">CRASHES the M5PaperS3  (disconnect from usb and reboot)<br />
I tried with other file and always get a crash with rotation 3</p>
<p dir="auto">NOTE that all other rotations (0,1,2) works perfectly, INCLUDING with "my_file.jpg"</p>
<p dir="auto">all the file I used have been resize to the M5PaperS3 screen size.</p>
<p dir="auto">there is definitely something bad with rotation 3</p>
<p dir="auto">Please help, having the 4 rotation is critical for my project</p>
<p dir="auto">Thanks in advance</p>
<p dir="auto">Pascal Boudalier</p>
]]></description><link>https://community.m5stack.com/topic/7758/m5papers3-widgets-setrotation-3-crashes-system-disconnect-from-usb-and-reboot</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 19:14:32 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7758.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 17 Aug 2025 08:46:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5PaperS3  Widgets.setRotation(3) crashes system (disconnect from usb and reboot) on Wed, 20 Aug 2025 10:02:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a><br />
Thanks Felix.</p>
<p dir="auto">All my files are 960x540.<br />
Displaying only 959x 539 for rot 3 fixed the crash problem (do not ask me why)</p>
<p dir="auto">Displaying the same image 960x540 with rot 1 is OK.</p>
<p dir="auto">good enough for me!</p>
]]></description><link>https://community.m5stack.com/post/29807</link><guid isPermaLink="true">https://community.m5stack.com/post/29807</guid><dc:creator><![CDATA[pabou]]></dc:creator><pubDate>Wed, 20 Aug 2025 10:02:54 GMT</pubDate></item><item><title><![CDATA[Reply to M5PaperS3  Widgets.setRotation(3) crashes system (disconnect from usb and reboot) on Sun, 17 Aug 2025 12:06:12 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/86360">@pabou</a></p>
<p dir="auto">granted I do not have your particular <code>my_file.jpg</code>, but when I run below code my M5PaperS3 does not crash.</p>
<pre><code>  Widgets.setBrightness(150)
  Widgets.fillScreen(0x000000)
  Widgets.setRotation(3)
  Display.drawJpg("/flash/res/img/uiflow.jpg", 0, 0, 0, 0, 0, 0, 1, 1)
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/29766</link><guid isPermaLink="true">https://community.m5stack.com/post/29766</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 17 Aug 2025 12:06:12 GMT</pubDate></item></channel></rss>