EVE4 Assistance

FTDI/Bridgetek EVE2 & EVE3 & EVE4 SPI TFT Series by Matrix Orbital

Moderator: Mods

Post Reply
lazorramatrix
LCD!
Posts: 11
Joined: Sat Feb 20, 2021 2:46 pm

EVE4 Assistance

Post by lazorramatrix »

I recently received a EVE4 7" display:

https://www.matrixorbital.com/ftdi-eve/ ... 4x-70g-ips

I have previously worked with an EVE3 5" display connected to an ESP32 micro-controller. The 5" was working well but when I tried to replicate the connections and code (with parameters changed) on the EVE4 7", I am not getting a working display.

I have included the image of what I am getting on the display in hopes of someone possibly recognizing what is going on or can point me in the right direction. I have tried the example code from Matrix Orbital and also Rudolph's code and I am not having success with either, just the white horizontal lines. The lines are not static but jump around the display.

Raquel was assisting me and shared the updated parameters for the EVE4-70G which I am using:

DWIDTH = 1024;
DHEIGHT = 600;
PIXVOFFSET = 0;
PIXHOFFSET = 0;
HCYCLE = 1259;
HOFFSET = 85;
HSYNC0 = 37;
HSYNC1 = 40;
VCYCLE = 768;
VOFFSET = 16;
VSYNC0 = 13;
VSYNC1 = 20;
PCLK = 1;
SWIZZLE = 0;
PCLK_POL = 0;
HSIZE = 1024;
VSIZE = 600;
CSPREAD = 0;
DITHER = 1;

I do not have a USB2SPI connector to try as I didn't think it was necessary based on my previous success with the EVE3. Any help or suggestions would be greatly appreciated!
Todd
Attachments
20210707_121915.jpg
20210707_121915.jpg (2.79 MiB) Viewed 1094 times
20210707_090914.jpg
20210707_090914.jpg (7.73 MiB) Viewed 1094 times

lazorramatrix
LCD!
Posts: 11
Joined: Sat Feb 20, 2021 2:46 pm

Re: EVE4 Assistance

Post by lazorramatrix »

I'm not sure what the issue was before but the display is now working fine with the above parameters.
Attachments
20210715_120718.jpg
20210715_120718.jpg (5.88 MiB) Viewed 1084 times

Post Reply