<?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 MicroPython Library documentation]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">Python is cool, so in the interface you can type :</p>
<pre><code>import M5
help(M5)
</code></pre>
<p dir="auto">So you have a list of all M5 Library Content, such as :</p>
<pre><code>help(M5.Display)
# I find the fillCircle function :)
M5.Display.fillCircle(20, 20, 10, 0xFF0000)
# And I draw a red ball :)
</code></pre>
<p dir="auto">But I had to guess the arguments of the fillCircle function :(</p>
<p dir="auto">Is there a way to have a complete documentation of the libraries ? Cause we have not the full prototype :</p>
<pre><code>help(M5.Display.fillCircle)
# object &lt;bound_method&gt; is of type bound_method
</code></pre>
]]></description><link>https://community.m5stack.com/topic/5788/m5-micropython-library-documentation</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 02:50:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/5788.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Nov 2023 12:15:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5 MicroPython Library documentation on Tue, 14 Nov 2023 08:43:30 GMT]]></title><description><![CDATA[<p dir="auto">That’s coming but there are differences in the various versions and so collect them is a challange. The UIFlow2 version with the drivers</p>
]]></description><link>https://community.m5stack.com/post/22747</link><guid isPermaLink="true">https://community.m5stack.com/post/22747</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 14 Nov 2023 08:43:30 GMT</pubDate></item><item><title><![CDATA[Reply to M5 MicroPython Library documentation on Tue, 14 Nov 2023 07:55:15 GMT]]></title><description><![CDATA[<p dir="auto">I'm talking about the M5 librairies</p>
]]></description><link>https://community.m5stack.com/post/22746</link><guid isPermaLink="true">https://community.m5stack.com/post/22746</guid><dc:creator><![CDATA[stjofr]]></dc:creator><pubDate>Tue, 14 Nov 2023 07:55:15 GMT</pubDate></item><item><title><![CDATA[Reply to M5 MicroPython Library documentation on Mon, 13 Nov 2023 19:57:55 GMT]]></title><description><![CDATA[<p dir="auto">The most complete reference is in the Micropython website and git hub but I also have partial references here: <a href="https://github.com/Ajb2k3/Sample_UIFlow_Code" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Ajb2k3/Sample_UIFlow_Code</a></p>
]]></description><link>https://community.m5stack.com/post/22740</link><guid isPermaLink="true">https://community.m5stack.com/post/22740</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 13 Nov 2023 19:57:55 GMT</pubDate></item><item><title><![CDATA[Reply to M5 MicroPython Library documentation on Mon, 13 Nov 2023 15:25:56 GMT]]></title><description><![CDATA[<p dir="auto">So ?</p>
]]></description><link>https://community.m5stack.com/post/22736</link><guid isPermaLink="true">https://community.m5stack.com/post/22736</guid><dc:creator><![CDATA[stjofr]]></dc:creator><pubDate>Mon, 13 Nov 2023 15:25:56 GMT</pubDate></item></channel></rss>