<?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[How to change LCD print text on runtime without creating another line]]></title><description><![CDATA[<p dir="auto">with M5.Lcd.print("some text") the "some text" string is printed. If call print again it prints a different line.<br />
If I want to update the text printed on a specific print invocation, what is the procedure to follow?</p>
]]></description><link>https://community.m5stack.com/topic/1650/how-to-change-lcd-print-text-on-runtime-without-creating-another-line</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 21:17:07 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1650.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Jan 2020 14:52:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to change LCD print text on runtime without creating another line on Sat, 25 Jan 2020 22:05:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2820">@andreaf</a> said in <a href="/post/7189">How to change LCD print text on runtime without creating another line</a>:</p>
<blockquote>
<p dir="auto">M5.Lcd.print("some text")</p>
</blockquote>
<p dir="auto">M5.Lcd.setCursor(xposition , yposition);<br />
M5.Lcd.print("some text")</p>
<p dir="auto">or ;</p>
<p dir="auto">M5.Lcd.drawString("some text"), xposition , yposition , txtsize);</p>
]]></description><link>https://community.m5stack.com/post/7193</link><guid isPermaLink="true">https://community.m5stack.com/post/7193</guid><dc:creator><![CDATA[ChrisWR]]></dc:creator><pubDate>Sat, 25 Jan 2020 22:05:12 GMT</pubDate></item></channel></rss>