<?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[Use lvgl canvas on Core2]]></title><description><![CDATA[<p dir="auto">I'm trying to use the lvgl canvas on the Core2 with UIFlow V1.7.4.<br />
I'm using the following test program:</p>
<pre><code class="language-python">import lvgl as lv

lv.init()

scr = lv.obj()
cv = lv.canvas(scr, None)

lv.load_scr(lv)
</code></pre>
<p dir="auto">but when it try to create the canvas it raise the following error:<br />
<code>'NoneType' object has no attributes'__deference__'</code></p>
<p dir="auto">Can anyone help me?</p>
]]></description><link>https://community.m5stack.com/topic/3127/use-lvgl-canvas-on-core2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 15:13:49 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3127.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 Mar 2021 11:41:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Use lvgl canvas on Core2 on Sun, 16 Oct 2022 15:39:39 GMT]]></title><description><![CDATA[<p dir="auto">it was 2022, canvas does not work as before 😭😭😭</p>
]]></description><link>https://community.m5stack.com/post/18991</link><guid isPermaLink="true">https://community.m5stack.com/post/18991</guid><dc:creator><![CDATA[pavelprosto]]></dc:creator><pubDate>Sun, 16 Oct 2022 15:39:39 GMT</pubDate></item><item><title><![CDATA[Reply to Use lvgl canvas on Core2 on Mon, 29 Mar 2021 04:16:53 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/dario" aria-label="Profile: Dario">@<bdi>Dario</bdi></a> ,<br />
Maybe it’s our reason. It’s been a long time since I synchronized with the upstream of lvgl micropython.</p>
]]></description><link>https://community.m5stack.com/post/13303</link><guid isPermaLink="true">https://community.m5stack.com/post/13303</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Mon, 29 Mar 2021 04:16:53 GMT</pubDate></item></channel></rss>