<?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[M5Paper canvas size?]]></title><description><![CDATA[<p dir="auto">hello</p>
<p dir="auto">i am using the M5Paper with M5.EPD.SetRotation(0);</p>
<p dir="auto">what size should the canvas be (to fill the whole screen)?</p>
<p dir="auto">i though it would be canvas.createCanvas(960,540);</p>
<p dir="auto">but that seems to give weird effects?</p>
<p dir="auto">thanks<br />
frank</p>
]]></description><link>https://community.m5stack.com/topic/6713/m5paper-canvas-size</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 03:46:08 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6713.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Aug 2024 12:01:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Paper canvas size? on Wed, 21 Aug 2024 12:56:12 GMT]]></title><description><![CDATA[<p dir="auto">strange effects were because using the wrong way to access port.C..</p>
<p dir="auto">this is correct:</p>
<pre><code>canvas.createCanvas(960,540);
</code></pre>
]]></description><link>https://community.m5stack.com/post/26181</link><guid isPermaLink="true">https://community.m5stack.com/post/26181</guid><dc:creator><![CDATA[frank_b]]></dc:creator><pubDate>Wed, 21 Aug 2024 12:56:12 GMT</pubDate></item></channel></rss>