<?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[Arduino IDE still not properly configurated?]]></title><description><![CDATA[<p dir="auto">I followed the steps for adding the ESP32 board to the Arduino IDE 1.8.8, nevertheless the compiler gives an error on the line</p>
<p dir="auto">#include "TFT_eSPI.h"</p>
<p dir="auto">on the example file <a href="https://github.com/Xinyuan-LilyGO/T-Display-S3/tree/main/example/ImageScroll" rel="nofollow ugc">ImageScroll.ino</a></p>
<pre><code>ImageScroll:13:10: error: TFT_eSPI.h: No such file or directory
 #include "TFT_eSPI.h"
          ^~~~~~~~~~~~
compilation terminated.
</code></pre>
<p dir="auto">I think my IDE is still not properly configurated.<br />
On the other hand, the examples using the GFX library works flawless.</p>
<p dir="auto">Any idea?</p>
]]></description><link>https://www.community.lilygo.cc/topic/863/arduino-ide-still-not-properly-configurated</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 17:59:01 GMT</lastBuildDate><atom:link href="https://www.community.lilygo.cc/topic/863.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Nov 2023 22:19:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Arduino IDE still not properly configurated? on Sat, 02 Dec 2023 17:44:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/463">@giulio-buccini</a> Certainly, for troubleshooting, you can always use the LilyGO provided TFT_eSPI library but it is identical to the Arduino TFT_eSPI by Bodmer official up-to-date library, except for the 'User_Setup_Select.h' file is different. You can keep a copy of this little text file somewhere handy and just copy it and replace the one in the TFT_eSPI library. This is what I do.<br />
LilyGO and M5Stack (the only two suppliers I use) use TFT_eSPI as their main graphics library and I can easily use it with experience. GFX is rather old Arduino Uno era graphics, IMHO.<br />
Volos YouTuber uses TFT_eSPI in most of his cool projects.<br />
TFT_eSPI can be configured for lightning quick 8 bit parallel drivers like LilyGO T-Display S3 and the T-HMI.<br />
Sprites (invented in the 80s) allow easy but cool graphics, especially games.</p>
]]></description><link>https://www.community.lilygo.cc/post/1495</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1495</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Sat, 02 Dec 2023 17:44:45 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE still not properly configurated? on Sat, 02 Dec 2023 17:13:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/612">@teastain2</a><br />
I just substituted the pre-existing TFT_eSPI folder in my "libraries" folder with the one downloaded from the "official" github page, and all has worked  at first shot (except for "usual" warning).</p>
<p dir="auto">In other words, I've done like in this video:<br />
<a href="https://youtu.be/gpyeMjM9cOU?si=MusouUZFsI1rzzJK" rel="nofollow ugc">https://youtu.be/gpyeMjM9cOU?si=MusouUZFsI1rzzJK</a></p>
<p dir="auto">--- OFF-TOPIC ---<br />
What is the real advantage of using TFT_eSPI libs instead of old GFX graphic libs?<br />
As I understand, the advantages are mainly:</p>
<ol>
<li>20-30% of bigger speed in some cases</li>
<li>possibility to use the "sprite"</li>
</ol>
<p dir="auto">There is something else I missing?</p>
]]></description><link>https://www.community.lilygo.cc/post/1494</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1494</guid><dc:creator><![CDATA[Giulio Buccini]]></dc:creator><pubDate>Sat, 02 Dec 2023 17:13:14 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE still not properly configurated? on Fri, 01 Dec 2023 13:24:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/612">@teastain2</a> I will check your suggestions ASAP. Thanks!</p>
]]></description><link>https://www.community.lilygo.cc/post/1493</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1493</guid><dc:creator><![CDATA[Giulio Buccini]]></dc:creator><pubDate>Fri, 01 Dec 2023 13:24:15 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE still not properly configurated? on Thu, 30 Nov 2023 23:06:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://www.community.lilygo.cc/uid/463">@giulio-buccini</a> SO! I see you have a LilyGO T-Display S3 !!!<br />
You should check out my GitHub repository:<br />
<a href="https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples" rel="nofollow ugc">https://github.com/teastainGit/LilyGO-T-display-S3-setup-and-examples</a><br />
It sounds like you didn't edit the<br />
User_Setup_Select.h<br />
in the TFT_eSPI directory.<br />
Please check out my repository !<br />
It is the ST7789 driver and selected here"<br />
#include &lt;User_Setups/Setup206_LilyGo_T_Display_S3.h&gt;     // For the LilyGo T-Display S3 based ESP32S3 with ST7789 170 x 320 TFT<br />
My repository has a copy the 'User_Setup_Select.h ' setup and ready to replace the stock Arduino Bodmer version.<br />
My examples ar all TFT_eSPI !!!<br />
Also I converted to Arduino IDE 2.2.1 months ago and it is really slick, with only a small learning curve.<br />
-Terry</p>
]]></description><link>https://www.community.lilygo.cc/post/1492</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1492</guid><dc:creator><![CDATA[teastain2]]></dc:creator><pubDate>Thu, 30 Nov 2023 23:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE still not properly configurated? on Thu, 30 Nov 2023 22:46:04 GMT]]></title><description><![CDATA[<p dir="auto">UPDATE</p>
<p dir="auto">I have installed the TFT_eSPI by using the library manager of the Arduino IDE:<br />
<a href="https://postimg.cc/SXPgKmJx" rel="nofollow ugc"><img src="https://i.postimg.cc/SsS3Ds4C/Selection-8344.jpg" alt="Selection-8344.jpg" class=" img-responsive img-markdown" /></a></p>
<p dir="auto">and now the ImageScroll.ino example is compiled with just a couple of warning.<br />
Unfortunately, after uploading it, it won't start.</p>
<p dir="auto">The TFT_eSPI support only ILI9341 drivers? This will not work on the T-Display-S3?</p>
]]></description><link>https://www.community.lilygo.cc/post/1491</link><guid isPermaLink="true">https://www.community.lilygo.cc/post/1491</guid><dc:creator><![CDATA[Giulio Buccini]]></dc:creator><pubDate>Thu, 30 Nov 2023 22:46:04 GMT</pubDate></item></channel></rss>