Hi, I used esp32cam with ov2640 to take jpeg to show on gca901 lcd and it worked.
Now the same code, I switched to ov7725, which supports rgb565, but somehow the tft library always does joegdecode, which shows the image in a weird strip shape on my lcd. The serial port shows the captured image is in the format of rgb565 though.
Could you please check if the tft.pushimageDMA (or tft.pushimage?) shows the rgb565 image correctly? Do I have to change any other code in the library?
Thank you
Hi, I used esp32cam with ov2640 to take jpeg to show on gca901 lcd and it worked.
Now the same code, I switched to ov7725, which supports rgb565, but somehow the tft library always does joegdecode, which shows the image in a weird strip shape on my lcd. The serial port shows the captured image is in the format of rgb565 though.
Could you please check if the tft.pushimageDMA (or tft.pushimage?) shows the rgb565 image correctly? Do I have to change any other code in the library? Thank you