<?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 stick (non C) - Can&#x27;t find Arduino frimware for the screen]]></title><description><![CDATA[<p dir="auto">Hi guys,<br />
i'm totaly new to the M5 world and i'm struggling to find the software to make it run on arduino.<br />
I can flash the blue led, I can take the Button input but i'm enable to make the screen work with arduino (it works fine in UI Flow).<br />
I can find all the support and the software for the M5StickC but not for the M5stick "classic"/"OLED".</p>
<p dir="auto">Can anyone help me ?</p>
<p dir="auto">Thanks !</p>
]]></description><link>https://community.m5stack.com/topic/1782/m5-stick-non-c-can-t-find-arduino-frimware-for-the-screen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 20:46:11 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1782.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 20 Mar 2020 19:36:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5 stick (non C) - Can&#x27;t find Arduino frimware for the screen on Fri, 27 Mar 2020 02:30:54 GMT]]></title><description><![CDATA[<p dir="auto">I made these examples quite some time ago <a href="https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/Arduino" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/Arduino</a> using u8glib library to display text is quite easy but I could never get my head around the glyph drawing</p>
]]></description><link>https://community.m5stack.com/post/7924</link><guid isPermaLink="true">https://community.m5stack.com/post/7924</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Fri, 27 Mar 2020 02:30:54 GMT</pubDate></item><item><title><![CDATA[Reply to M5 stick (non C) - Can&#x27;t find Arduino frimware for the screen on Thu, 26 Mar 2020 15:04:45 GMT]]></title><description><![CDATA[<p dir="auto">Ok after hours and hours of searching here is what i found. This is the bare minimum for writing à simple text on the OLED screen of the M5Stick "non-C" :</p>
<p dir="auto">#include &lt;U8x8lib.h&gt;</p>
<p dir="auto">U8X8_SH1107_64X128_4W_HW_SPI u8x8(14,27,33);</p>
<p dir="auto">void setup() {<br />
u8x8.begin();<br />
}</p>
<p dir="auto">void loop(){<br />
u8x8.setFont(u8x8_font_chroma48medium8_r);<br />
u8x8.setCursor(0,0);<br />
u8x8.print("M5Stick");</p>
<p dir="auto">delay(1000);<br />
}</p>
]]></description><link>https://community.m5stack.com/post/7911</link><guid isPermaLink="true">https://community.m5stack.com/post/7911</guid><dc:creator><![CDATA[KliVer]]></dc:creator><pubDate>Thu, 26 Mar 2020 15:04:45 GMT</pubDate></item></channel></rss>