LPC4357 TFT LCD 16-bit

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

LPC4357 TFT LCD 16-bit

264 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Atieh on Mon Aug 18 02:35:04 MST 2014
Hi,
I am designing a system based on LPC4357 with 16bit TFT LCD. Should I use only the used pin for 16 bit TFT LCD are listed in datasheet?
For example, can I use P7_4 for lcd_vd4 instead of P8_7?
Labels (1)
0 Kudos
1 Reply

237 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nerd herd on Mon Aug 18 09:26:00 MST 2014
Hello Atieh,

On our LPC43xx, all of our pins are MUX'd to have several functions depending on the ENAIO registers in the SCU. To answer your question, yes you can use either P7_4 or P8_7 as LCD_VD4. I would advise you to plan ahead and look at all pins that can be utilized as LCD data though! There is a chance that not all LCD data bits will be available on more than one pin so be sure to look out for this if you're designing your own custom PCB with an LCD! It'd be an unfortunate unforced error if you designed to use UART0 or LCD_VD4 on the only pin that had LCD_VD16, for example.
0 Kudos