Closed LuBaker34 closed 1 year ago
seems your arduino-esp32 is not update
May I ask which version of your arduino-esp32 is being used.
simply get update in Arduino IDE
I just upgraded the version, thank you very much.
您好,再次请教您,我的屏幕是ILI9488,主控是ESP32-S3-WROOM-1U-N16R8,使用Arduino_GFX库无法使用是哪里有没有配置好的地方吗?我使用LovyanGFX和TFT_eSPI库是可以正常让屏幕显示颜色变化。
SPI need 18bit driver
I can use it normally after using 18bit, thank you very much.
您好,我使用Arduino_GFX库中的ImgViewerAnimatedGIF事例,想要在屏幕上实现GIF的播放显示,串口打印下图的信息,是哪里需要注意吗?屏幕上没有反应。
if no display, please try PDQgraphicstest first
I tried to compile PDQgraphicstest and the following situation occurred.
显示没有问题,但是使用SD_GIF_video事例,GIF动画没有显示出来。请问使用GIF事例需要注意什么吗?
The figures are very slow, seems not enough to play animation.
Can it be optimized, or is this an inherent limitation that cannot be changed?
If you want to use ILI9488, try parallel 16 interface; If you want to use SPI, try ST7796.
Thank you very much for your advice.
Hello moononournation, can this library be used on ESP-IDF? How to link if possible? I'm trying to write CMAKELists.txt in the component to use this library, but I've reported an error so far and I haven't found such a file. Can you give me some advice? Thank you very much.
Not tried. As mentioned in the name, this library is focus on Arduino IDE.
Well, thank you for your reply.
您好,我想请问这个库是否能使用ESP32-S3-WROOM-1U-N16R8实现GIF播放呢,因为我这ESP32S3型号板子报错,同样的代码使用其他型号就能通过编译。希望得到您的回复,谢谢。