<?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[M5GFX documentation correct for AtomS3R?]]></title><description><![CDATA[<p dir="auto">It seems the official documentation (the Arduino Guide linked to the web page of the AtomS3R) is not correct. Am I doing something wrong or is this documentation wrong? It says:</p>
<p dir="auto">drawChar<br />
Draw an unicode character.</p>
<p dir="auto">Syntax:</p>
<p dir="auto">size_t drawChar(uint16_t uniCode, int32_t, x, int32_t y, uint8_t font)</p>
<p dir="auto">But this doesn't compile. It should be something like: drawChar( x, y, char, color, color, zoom, zoom) (which seems to work fine)</p>
]]></description><link>https://community.m5stack.com/topic/7214/m5gfx-documentation-correct-for-atoms3r</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 05:33:07 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7214.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 18 Jan 2025 11:41:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5GFX documentation correct for AtomS3R? on Fri, 24 Jan 2025 16:13:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/168201">@kuriko</a><br />
Turns out there is an extra comma in there ("int32_t, x"). So a typo on the website (which I copied).</p>
<p dir="auto">But Although it compiles now I still could not figure out the last parameter. The doc says "uint8_t font" but thats something else then "IFont* font". What is 2 in your example?</p>
]]></description><link>https://community.m5stack.com/post/28015</link><guid isPermaLink="true">https://community.m5stack.com/post/28015</guid><dc:creator><![CDATA[ploegmma]]></dc:creator><pubDate>Fri, 24 Jan 2025 16:13:27 GMT</pubDate></item><item><title><![CDATA[Reply to M5GFX documentation correct for AtomS3R? on Mon, 20 Jan 2025 09:58:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/217356">@ploegmma</a><br />
This function is not wrong, it is just overloaded multiple times<br />
The parameters I typed randomly can compile successfully.<br />
StickCP2.Display.drawChar('s', 0, 0, 2);</p>
]]></description><link>https://community.m5stack.com/post/27954</link><guid isPermaLink="true">https://community.m5stack.com/post/27954</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Mon, 20 Jan 2025 09:58:47 GMT</pubDate></item></channel></rss>