<?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[Degrees C Symbol]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I can't seem to find the answer to this anywhere. I'm using the Arduino API and trying to display the degrees C symbol eg 5.2ºC in <code>M5.Lcd.printf("%0.1f%cC", temp, (char)000)</code> but can't for the life of me find what number I need for <code>(char)000</code></p>
<p dir="auto">Can anyone help?</p>
]]></description><link>https://community.m5stack.com/topic/1698/degrees-c-symbol</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:39:07 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1698.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Feb 2020 22:35:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Degrees C Symbol on Wed, 19 Aug 2020 14:44:14 GMT]]></title><description><![CDATA[<p dir="auto">Just an update. I noticed that uiFlow now supports Unicode characters. I'm not sure in which release it was introduced, but I'm now able to add the degree symbol to a label using characters <a href="https://unicode-table.com/en/search/?q=degree" target="_blank" rel="noopener noreferrer nofollow ugc">from this site</a>.</p>
<p dir="auto"><img src="/assets/uploads/files/1597847527562-screen-shot-2020-08-19-at-10.30.19-am-resized.png" alt="0_1597847503341_Screen Shot 2020-08-19 at 10.30.19 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1597847845622-img_1578.jpg" alt="0_1597847839632_IMG_1578.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Two drawbacks...</p>
<ul>
<li>Size is fixed at unicode 24 (similar in size to DejaVu 24).</li>
<li>Unicode 24 is missing from the label set font block<br />
<img src="/assets/uploads/files/1597848122454-screen-shot-2020-08-19-at-10.31.33-am.png" alt="0_1597848114456_Screen Shot 2020-08-19 at 10.31.33 AM.png" class=" img-fluid img-markdown" /></li>
</ul>
]]></description><link>https://community.m5stack.com/post/9747</link><guid isPermaLink="true">https://community.m5stack.com/post/9747</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Wed, 19 Aug 2020 14:44:14 GMT</pubDate></item><item><title><![CDATA[Reply to Degrees C Symbol on Fri, 20 Mar 2020 09:14:15 GMT]]></title><description><![CDATA[<p dir="auto">//Fake degrees C Symbol</p>
<pre><code>String strTemp;
strTemp = String(temp1 + strtof(&amp;adj1[0], NULL));
strTemp += " C";

M5.Lcd.drawCentreString(strTemp,320/2,50,1);
//M5.Lcd.print(String(temp1 + strtof(&amp;adj1[0], NULL))+"℃"); //broken --;

int nTempLen=strTemp.length();
M5.Lcd.setTextSize(1);
M5.Lcd.setCursor(2, 50);
M5.Lcd.print("Sensor");
M5.Lcd.print(" 1");
if(nTempLen==6)
{
M5.Lcd.setCursor(195, 45);
}
else if(nTempLen==7)
{
 M5.Lcd.setCursor(205, 45);
}
else if(nTempLen==8)
{
 M5.Lcd.setCursor(216, 45);
}
else
{
 M5.Lcd.setCursor(200, 45);
}

M5.Lcd.setTextSize(2);
M5.Lcd.print("o"); //lowcase o
</code></pre>
]]></description><link>https://community.m5stack.com/post/7839</link><guid isPermaLink="true">https://community.m5stack.com/post/7839</guid><dc:creator><![CDATA[peter153]]></dc:creator><pubDate>Fri, 20 Mar 2020 09:14:15 GMT</pubDate></item><item><title><![CDATA[Reply to Degrees C Symbol on Wed, 19 Feb 2020 14:17:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/world101" aria-label="Profile: world101">@<bdi>world101</bdi></a> thanks. I think I will do this.</p>
]]></description><link>https://community.m5stack.com/post/7477</link><guid isPermaLink="true">https://community.m5stack.com/post/7477</guid><dc:creator><![CDATA[richardmckenna]]></dc:creator><pubDate>Wed, 19 Feb 2020 14:17:46 GMT</pubDate></item><item><title><![CDATA[Reply to Degrees C Symbol on Sat, 15 Feb 2020 00:40:39 GMT]]></title><description><![CDATA[<p dir="auto">I manually create the degree symbol by drawing a white circle and then a smaller black circle on top. But it takes some trial and error depending on your text size.</p>
<p dir="auto"><img src="/assets/uploads/files/1581727200486-7fd03dd7-6488-49bd-8880-252ed1225f89.png" alt="0_1581727191781_7FD03DD7-6488-49BD-8880-252ED1225F89.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/7402</link><guid isPermaLink="true">https://community.m5stack.com/post/7402</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Sat, 15 Feb 2020 00:40:39 GMT</pubDate></item><item><title><![CDATA[Reply to Degrees C Symbol on Fri, 14 Feb 2020 11:03:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> Thank you I will take a look.</p>
]]></description><link>https://community.m5stack.com/post/7399</link><guid isPermaLink="true">https://community.m5stack.com/post/7399</guid><dc:creator><![CDATA[richardmckenna]]></dc:creator><pubDate>Fri, 14 Feb 2020 11:03:42 GMT</pubDate></item><item><title><![CDATA[Reply to Degrees C Symbol on Fri, 14 Feb 2020 09:59:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richardmckenna" aria-label="Profile: richardmckenna">@<bdi>richardmckenna</bdi></a> You can refer to this Unicode example, but in fact it still does not support displaying " ° ", but will be able to display more characters. Please pay attention to the content of the notes when using.</p>
<p dir="auto">Github link: <a href="https://github.com/m5stack/M5Stack/tree/master/examples/Advanced/Display_Unicode" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5Stack/tree/master/examples/Advanced/Display_Unicode</a></p>
]]></description><link>https://community.m5stack.com/post/7396</link><guid isPermaLink="true">https://community.m5stack.com/post/7396</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Fri, 14 Feb 2020 09:59:44 GMT</pubDate></item><item><title><![CDATA[Reply to Degrees C Symbol on Fri, 14 Feb 2020 09:21:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> hmmm ok that's a shame.</p>
<p dir="auto">I don't suppose you can suggest any other way of displaying it? Would have thought it was a common thing to do given temperature applications are a popular thing for this kind of hardware.</p>
<p dir="auto">Is there any documentation on what characters are available? Or is it just the standard ASCII set but not the extended set?</p>
]]></description><link>https://community.m5stack.com/post/7395</link><guid isPermaLink="true">https://community.m5stack.com/post/7395</guid><dc:creator><![CDATA[richardmckenna]]></dc:creator><pubDate>Fri, 14 Feb 2020 09:21:44 GMT</pubDate></item><item><title><![CDATA[Reply to Degrees C Symbol on Fri, 14 Feb 2020 03:48:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/richardmckenna" aria-label="Profile: richardmckenna">@<bdi>richardmckenna</bdi></a> The character " ° " is not in the range of ASCII code. So it cannot be displayed, maybe you can try to use " 'C " symbol instead, it will look more same</p>
]]></description><link>https://community.m5stack.com/post/7390</link><guid isPermaLink="true">https://community.m5stack.com/post/7390</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Fri, 14 Feb 2020 03:48:41 GMT</pubDate></item></channel></rss>