Bodmer / TFT_eFEX

A support library for TFT_eSPI that adds commonly used extra functions
Other
84 stars 27 forks source link

How to plot rgb565 in gca901 #48

Open fatpunkybearass opened 1 month ago

fatpunkybearass commented 1 month ago

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