the micropython firmware is 3 years old -1.19, they are at 1.27. None of the demos worked.

Question:
For ESP32 Terminal 3.5-inch Parallel 480x320 TFT Capacitive Touch Display (ILI9488):
Seems well made, but the micropython firmware is 3 years old -1.19, they are at 1.27. None of the demos worked.

Answer:

The new version you see (version 1.27) is for the ESP32S3 chip; this is a standalone MicroPython firmware. Our firmware is compiled together with LVGL, and they are different. You can use the MicroPython firmware alone, but it won't include LVGL.

Using our example program will work; we've tested it before. Also, what errors are you encountering when using our example program? Please provide the error messages and other related info/images so we can further assist you.

Sign In or Register to comment.