<?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[Move the screen position of the &quot;TFT_Meter_linear&quot; example]]></title><description><![CDATA[<p dir="auto">Hi,<br />
in the Arduino IDE working with an M5Stack Grey  I have reduced the size of the meter to 0.65<br />
// Define meter size as 1 for M5.Lcd.rotation(0) or 1.3333 for M5.Lcd.rotation(1)<br />
#define M_SIZE 0.65</p>
<p dir="auto">this gives me approx the correct size, however, I would like to move the meter from the top left of the screen to the bottom right. ideally, I would like to pass the XY to it.</p>
<p dir="auto">Ultimately I would like two 0.65 meters on the screen at the same time. bottom left and bottom right.</p>
<p dir="auto">I thought the parameters below would do this but alas they do not!<br />
float ltx = 0;    // Saved x coord of bottom of needle<br />
uint16_t osx = M_SIZE * 120, osy = M_SIZE * 120; // Saved x &amp; y coords</p>
<p dir="auto">any advice would be most welcome!</p>
]]></description><link>https://community.m5stack.com/topic/2664/move-the-screen-position-of-the-tft_meter_linear-example</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Apr 2026 03:10:42 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2664.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 28 Dec 2020 22:37:00 GMT</pubDate><ttl>60</ttl></channel></rss>