<?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 can I check the byte size of an Object in micropython?]]></title><description><![CDATA[<p dir="auto">I want to see how large an object is. But what I tried does not seem to work. It does not print anything.</p>
<pre><code>import sys

lcd.print(sys.getsizeof('this'), 0, 50, 0x000099)</code></pre>
]]></description><link>https://community.m5stack.com/topic/4837/how-can-i-check-the-byte-size-of-an-object-in-micropython</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 21:00:18 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4837.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Nov 2022 16:18:45 GMT</pubDate><ttl>60</ttl></channel></rss>