Any example code for Teensy 4.0 with ArduCAM Mini to drive an ILI9341 LCD ?

Status
Not open for further replies.
Thanks for the code mjs513.

It almost work. I can get a good image on the PC but on the LCD the image looks corrupted. I think some setting is not quite right.

IMG_5004.jpg
 
Try reducing the SPI clock in the ILI9341_t3n lib, think its configure for #define ILI9341_SPICLOCK 600000000u, try reducing it to 20Mhz as a start. Forgot what I had it set at.
 
Status
Not open for further replies.
Back
Top