LPC4088 Emwin 24bpp is it even possible?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC4088 Emwin 24bpp is it even possible?

552 Views
remibusseuil
Contributor II

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

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

524 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @remibusseuil,

Unfortunately, no. It is by design that the 24-bit RGB only uses 3 out 4 bytes of DMA RAM on the LPC4088, so it cannot be changed.

BR,
Edwin.

0 Kudos
Reply