<?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[Degree symbol on display]]></title><description><![CDATA[<p dir="auto">Hi all</p>
<p dir="auto">I'm unable to print the "degree symbol" (°) on the integrated LCD.<br />
I tried different options like: char(176), char(223), 0XDF, 0XB0, even the binary version. In the serial monitor everything works fine, but not on the LCD. Is it possible, that the used driver of the LCD isn't able to show the sign, meaning it can only print the ASCII symbols up to 128?<br />
Thanks.</p>
]]></description><link>https://community.m5stack.com/topic/4841/degree-symbol-on-display</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 14:12:53 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4841.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Nov 2022 21:32:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Degree symbol on display on Sun, 15 Jun 2025 17:39:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/teastain" aria-label="Profile: teastain">@<bdi>teastain</bdi></a></p>
<p dir="auto">Here the answer:</p>
<p dir="auto">M5.Lcd.print("Temp:"); M5.Lcd.print(t,0); M5.Lcd.print(char(247));M5.Lcd.println("C");</p>
<p dir="auto">I guess you have found it meanwhile, but perhaps it is useful for others.</p>
]]></description><link>https://community.m5stack.com/post/29253</link><guid isPermaLink="true">https://community.m5stack.com/post/29253</guid><dc:creator><![CDATA[PeterO]]></dc:creator><pubDate>Sun, 15 Jun 2025 17:39:35 GMT</pubDate></item><item><title><![CDATA[Reply to Degree symbol on display on Fri, 25 Nov 2022 21:14:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bladehunt0" aria-label="Profile: bladehunt0">@<bdi>bladehunt0</bdi></a><br />
I know that this is not an answer to your problem...I use a Core Basic to control the HVAC in my home office and the top reading is:<br />
Room Temp     24.3<br />
Fortunately the % sign is supported for Humidity!!!<br />
Here is an experiment!</p>
<p dir="auto">M5.Lcd.setCursor(272, 98);<br />
M5.Lcd.setFreeFont(FS9);<br />
M5.Lcd.print("o");<br />
worked surprisingly well.<br />
The "98" is 16 pixels higher than the reading.<br />
<a href="https://imgur.com/qMvmT7s" target="_blank" rel="noopener noreferrer nofollow ugc">https://imgur.com/qMvmT7s</a></p>
]]></description><link>https://community.m5stack.com/post/19387</link><guid isPermaLink="true">https://community.m5stack.com/post/19387</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Fri, 25 Nov 2022 21:14:32 GMT</pubDate></item><item><title><![CDATA[Reply to Degree symbol on display on Fri, 25 Nov 2022 20:49:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/teastain" aria-label="Profile: teastain">@<bdi>teastain</bdi></a> yeah. It seems that, if I can't life with the asterisk, I'll have to draw a circle 😅<br />
Ty</p>
<p dir="auto">BR<br />
Alex</p>
]]></description><link>https://community.m5stack.com/post/19386</link><guid isPermaLink="true">https://community.m5stack.com/post/19386</guid><dc:creator><![CDATA[Bladehunt0]]></dc:creator><pubDate>Fri, 25 Nov 2022 20:49:32 GMT</pubDate></item><item><title><![CDATA[Reply to Degree symbol on display on Fri, 25 Nov 2022 19:43:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bladehunt0" aria-label="Profile: bladehunt0">@<bdi>bladehunt0</bdi></a> Well, I tried using M5.LCD.print(º) but nothing on the LCD after upload!<br />
I think you are right that it does not support "extended ASCII", but...with a graphical interface, anything is possible...but with a ton of trial_and_error.<br />
-Terry</p>
]]></description><link>https://community.m5stack.com/post/19385</link><guid isPermaLink="true">https://community.m5stack.com/post/19385</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Fri, 25 Nov 2022 19:43:21 GMT</pubDate></item><item><title><![CDATA[Reply to Degree symbol on display on Fri, 25 Nov 2022 06:57:07 GMT]]></title><description><![CDATA[<p dir="auto">Hi.</p>
<p dir="auto">I have the M5GO and the Core basic.</p>
<p dir="auto">BR Alex</p>
]]></description><link>https://community.m5stack.com/post/19382</link><guid isPermaLink="true">https://community.m5stack.com/post/19382</guid><dc:creator><![CDATA[Bladehunt0]]></dc:creator><pubDate>Fri, 25 Nov 2022 06:57:07 GMT</pubDate></item><item><title><![CDATA[Reply to Degree symbol on display on Fri, 25 Nov 2022 04:46:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bladehunt0" aria-label="Profile: bladehunt0">@<bdi>bladehunt0</bdi></a> Hi, which model of M5Stack is this?<br />
Core 2 and Core basic can use different graphics.<br />
-Terry</p>
]]></description><link>https://community.m5stack.com/post/19381</link><guid isPermaLink="true">https://community.m5stack.com/post/19381</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Fri, 25 Nov 2022 04:46:50 GMT</pubDate></item></channel></rss>