Hi John,
I've tried Peter's lib a month ago (06/01/2014), and modify ft_gpu_hal.cpp for going on with FTDI FT800 Kits, as above.
Uncomment the lines on the original file and it will going on....
Best Regards,
Michel GEYRE
....
Ft_Gpu_Hal_Wr8( REG_SWIZZLE, FT_DispSwizzle); 06/01/2014
FT_DispPCLKPol = my_DispPCLKPol;
Ft_Gpu_Hal_Wr8( REG_PCLK_POL, FT_DispPCLKPol); 06/01/2014
FT_DispPCLK = my_DispPCLK;
Ft_Gpu_Hal_Wr8( REG_PCLK,FT_DispPCLK); after this display is visible on the LCD 06/01/2014
Ft_Gpu_Hal_Wr16( REG_PWM_HZ, 1000);
.......
/media/uploads/michel/ft_gpu_hal.cpp
Hi,
I have not been able to get the FT800-touch-track project to work, using a mbed and an EVE VM800C50 display card. I have had the card running with a MPSSE cable and a PC OK so I think the board is OK.
The four SPI lines seem to toggling fine but the display remains dark.
Any hints would be welcome.
Thanks,
JohnR.