<?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[Generating QRCode in MicroPython [GUIDE]]]></title><description><![CDATA[<p dir="auto">Try this code !</p>
<pre><code>import M5
M5.Display.clear()
M5.Display.drawQR(x=0, y=0, w=128, text="https://www.m5stack.com")
</code></pre>
<p dir="auto">And you have this :</p>
<p dir="auto"><img src="/assets/uploads/files/1699610700304-399887832_712274204108803_4561154419848872719_n.jpg" alt="0_1699610697366_399887832_712274204108803_4561154419848872719_n.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/5791/generating-qrcode-in-micropython-guide</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 15:00:20 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5791.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Nov 2023 10:05:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Generating QRCode in MicroPython [GUIDE] on Mon, 20 Oct 2025 21:35:29 GMT]]></title><description><![CDATA[<p dir="auto">thank you so much for sharing!<br />
this looks cool.</p>
<p dir="auto">I am pretty new to micropython for M5Stack.<br />
May I ask which IDE you primarily use to do Micropython programming?</p>
]]></description><link>https://community.m5stack.com/post/30071</link><guid isPermaLink="true">https://community.m5stack.com/post/30071</guid><dc:creator><![CDATA[h12616]]></dc:creator><pubDate>Mon, 20 Oct 2025 21:35:29 GMT</pubDate></item></channel></rss>