<?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[M5Stack LVGL, Any Documentation?]]></title><description><![CDATA[<p dir="auto">I was looking at: <a href="https://docs.m5stack.com/en/mpy/display/m5stack_lvgl" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.m5stack.com/en/mpy/display/m5stack_lvgl</a> on which provides few examples on how to draw on my CORE2 display using MicroPython.</p>
<p dir="auto">While it provides few examples, in my case it's not enough at all. Few things I'm interested in <em>(Kindly relate to all sub-questions in your answer)</em>:</p>
<ol>
<li>
<p dir="auto">As an example, How can I look at the inner implementation of: <code>M5Textarea</code>? I would like to see which parameters each function takes, which of them are optional, how it's implemented (so I can write something similar) etc...</p>
</li>
<li>
<p dir="auto">I want to write a new class deriving from Element Base Class: <code>M5Obj </code> How can I do that without knowing how the base class is implemented?</p>
</li>
<li>
<p dir="auto">Where can I find the full list of Objects? From my experience I've discovered few which aren't mentioned in that page at all. <strong>For example,</strong> I want to see how can I draw a graph.</p>
</li>
<li>
<p dir="auto">I found the following function which draws rectangle on the screen:</p>
</li>
</ol>
<pre><code>temp = lcd.triangle(19, 10, 300, 40, 90, 200, color=0xcc0000)
</code></pre>
<p dir="auto">which doesn't return anything, ie <code>temp</code> is a <code>NoneType</code> Object, In this case how can I delete that rectangle? as I don't have a reference to <code>M5Obj</code> Object I can't write <code>temp.delete()</code></p>
<p dir="auto"><strong>Note:</strong> I can't just color the whole display in white as there could be complex elements in the background.</p>
]]></description><link>https://community.m5stack.com/topic/4862/m5stack-lvgl-any-documentation</link><generator>RSS for Node</generator><lastBuildDate>Wed, 06 May 2026 05:26:39 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4862.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Dec 2022 07:14:51 GMT</pubDate><ttl>60</ttl></channel></rss>