2024-07-25 12:17 AM
Hello,
Is it possible to use TouchGFX with a screen without TE or FMARK pin in FMC or SPI mode?
Do you have an example? THANKS
2024-07-26 03:24 AM
Hello @PhilZalkin ,
I think it should be possible, but you have to provide something similar to Tearing Effect signal based on a hardware clock and with proper intervals to call OSWrappers::signalVSync() so, the TouchGFX engine can start rendering the next frame. You can read more about the process here.
Best regards,