I use Arduino IDE 2.0 with Espressif system boards for Esp32, version 2.0 is very fast when compile, and better features compared with previous versions.
In this 2 projects you can see video and download source project (included also setup for LVGL 7.11 version):
I think this is my last post for this project which I hope will be of help to new users of this great graphics library.
The novelties of this latest release are the possibility to edit small text files, line by line, for example an html file to be sent to a web server as in this example:
or in this:
In CMD01 and CMD02 I put an example of how to read a directory of a remote FTP server and how to download a file from it.
To use these 2 commands you have to put the address of the remote serve…
Ty for help Kisvegabor, i need try this options still.
I made some changes: now the current day is also considered if the current time is less than or equal to the time considered to launch the alert.
I introduced FTP to transfer files in or out of SPIFFS to the PC, using for example Total Commander on PC.
In line 637 you can change username and password for connection with ftp:
ftpSrv.begin (“Esp32”, “Esp32”);
and obviously you have to set it the same on Total Commander, in addition to the…
Bye