Hi Everyone
I am trying to connect a TFT screen via a parrallel RGB interface, seems simple right?
Screenshot 2025-02-20 092802.png
The LPC4088 in 24 bit RGB only uses 3 out 4 byte of DMA RAM (wasting 1 byte)
Screenshot 2025-02-20 093120.png
I could not find any driver mode that work in emwin that allows this. ALL the linear drivers seem to remove this wasted byte:
Screenshot 2025-02-20 093756.png
Only a driver GUIDRV_S1D13513 that is build for the Epson S1D13C00 seems to do that but that seems to be device specific:
Screenshot 2025-02-20 093514.png
So is there a way around this?
Thanks for your time
Remi