2016-08-21 11:16 PM
Hi
I'm trying to use STM32F429 to drive TFT LCD and want to use it without any driver chip directly by the micro pins. As I checked, some pins are missing in 100pin package such as LCD_R0, LCD_G1, LCD_G2, LCD_B0, LCD_B7 pins.Does it mean that I have to use 144 pin package or still there is some way on 100pin ?Thank youBehnam #stm32f429 #lcd #100pin2016-08-22 03:02 AM
Hi Beh,
In LQFP100 package, the mode 18bpp is supported for LCD. That is why LCD_R0 isn't available.The other mentioned pins are there: - LCD_G1: 5- LCD_G2: 31- LCD_B0: 3- LCD_B7: 96You have to refer to the product and for more details. -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2016-08-31 02:43 AM
Hi mayla
Got it, thank you so muchBut another problem, I cant find LCD support in cubemx for STM32F439ZITx micro! whats wrong?2016-08-31 02:54 AM
OK, just found it, the name for this is LTDC