<?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[Lilygo T-RGB 2.8&quot; display not working with SquareLine Studio]]></title><description><![CDATA[<p dir="auto">Hello, I purchased wonderful round display 2,8" Lilygo T-RGB but can't make it work with SquareLine Studio Arduino, installed all libraries like said in Github page but nothing, compiles normaly, but no picture at all. Lilygo samples working, but when compiling SLS sketch nothing, maybe someone has made template for SLS that works with Lilygo T-RGB display?</p>
]]></description><link>https://www.community.lilygo.cc/topic/897/lilygo-t-rgb-2-8-display-not-working-with-squareline-studio</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 21:38:39 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/897.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Mar 2024 20:09:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lilygo T-RGB 2.8&quot; display not working with SquareLine Studio on Wed, 19 Jun 2024 11:20:40 GMT]]></title><description><![CDATA[<p dir="auto">Good morning,<br />
I'm a newbie on this king of sfotware development and I just wanto to do an project with a several screens on lilygo t-rgb 2.8'' to control 2 servo motors but my screen remains always black... I already tried almost everything but maybe the problem is my waek knolegment about this area...<br />
Can you share with me a simple project working with SquareLine Studio and Arduino IDE?</p>
<p dir="auto">Thank you for you help<br />
Hugo Pereira</p>
]]></description><link>https://www.community.lilygo.cc/post/1853</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1853</guid><dc:creator><![CDATA[HugoP]]></dc:creator><pubDate>Wed, 19 Jun 2024 11:20:40 GMT</pubDate></item><item><title><![CDATA[Reply to Lilygo T-RGB 2.8&quot; display not working with SquareLine Studio on Mon, 11 Mar 2024 17:40:04 GMT]]></title><description><![CDATA[<p dir="auto">Yestedray at late night <img src="https://www.community.lilygo.cc/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=5rta56507n5" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" /> finaly managed to work, to do this I deleted almost all code from ui.ino file, used Lilygo suplied libraries of lvgl, now code of ui.ino looks like this:</p>
<p dir="auto">#include &lt;LilyGo_RGBPanel.h&gt;<br />
#include &lt;LV_Helper.h&gt;<br />
#include &lt;TFT_eSPI.h&gt;<br />
#include &lt;ui.h&gt;</p>
<p dir="auto">LilyGo_RGBPanel panel;</p>
<p dir="auto">void setup()<br />
{<br />
Serial.begin(115200);</p>
<pre><code>// Initialize T-RGB, if the initialization fails, false will be returned.
if (!panel.begin()) {
    while (1) {
        Serial.println("Error, failed to initialize T-RGB"); delay(1000);
    }
}

// Call lvgl initialization
beginLvglHelper(panel);


ui_init();

Serial.println( "Setup done" );
panel.setBrightness(16);    
</code></pre>
<p dir="auto">}</p>
<p dir="auto">void loop()<br />
{<br />
lv_timer_handler(); /* let the GUI do its work */<br />
delay(5);<br />
}</p>
<p dir="auto">Later will make SLS template, thanks for advices ;-).</p>
]]></description><link>https://www.community.lilygo.cc/post/1581</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1581</guid><dc:creator><![CDATA[Natter_LT]]></dc:creator><pubDate>Mon, 11 Mar 2024 17:40:04 GMT</pubDate></item><item><title><![CDATA[Reply to Lilygo T-RGB 2.8&quot; display not working with SquareLine Studio on Sun, 10 Mar 2024 21:31:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/1936">@natter_lt</a><br />
Hi! LilyGO products require that you use only the TFT_eSPI  or lvgl version SUPPLIED with the board!<br />
This is from their GitHub repository:</p>
<p dir="auto">"LilyGo-T-RGB depends on lvgl v8.3.x version. Currently lvgl has released lvgl v9.0 version. When compilation error occurs, please check whether lvgl belongs to v8.3.x"</p>
<p dir="auto">So, you must copy the supplied-by-LilyGO libraries and overwrite the standard Arduino IDE libraries for the display to work.</p>
<p dir="auto">You must also resist allowing the Arduino IDE to do a 'Library Update'</p>
<p dir="auto">Hope this helps -Terry</p>
]]></description><link>https://www.community.lilygo.cc/post/1574</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1574</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Sun, 10 Mar 2024 21:31:20 GMT</pubDate></item></channel></rss>