<?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[multiline label]]></title><description><![CDATA[<p dir="auto">I want to display a label with more than one line. With Python I simply add '/r/n' between the lines. Does somebody know how to do that with Blockly?</p>
]]></description><link>https://community.m5stack.com/topic/1222/multiline-label</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 10:34:07 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1222.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Aug 2019 06:24:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to multiline label on Wed, 14 Aug 2019 08:26:41 GMT]]></title><description><![CDATA[<p dir="auto">Hello Lucas, your temporarely solution works for me. Sorry for the typo: '/r/n' should be '\r\n'.<br />
Thanks.</p>
]]></description><link>https://community.m5stack.com/post/5147</link><guid isPermaLink="true">https://community.m5stack.com/post/5147</guid><dc:creator><![CDATA[Kees1949]]></dc:creator><pubDate>Wed, 14 Aug 2019 08:26:41 GMT</pubDate></item><item><title><![CDATA[Reply to multiline label on Wed, 14 Aug 2019 07:02:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/kees1949" aria-label="Profile: Kees1949">@<bdi>Kees1949</bdi></a> this should be possible with both lcd.text and label blocks by adding \n to the end of your text string. However there was a small bug whereby the resulting python code would have an extra \ generated. I have informed the development team and there should be a fix for this in the next release. Meanwhile you will just have to manually remove the extra \ on the python page.</p>
]]></description><link>https://community.m5stack.com/post/5137</link><guid isPermaLink="true">https://community.m5stack.com/post/5137</guid><dc:creator><![CDATA[lukasmaximus]]></dc:creator><pubDate>Wed, 14 Aug 2019 07:02:09 GMT</pubDate></item></channel></rss>