2014-04-08 11:29 AM
We are trying to put an embedded device which can drive a 4.3'' LCD with a capacitive touch overlay. Looking at the STM32F439 discovery platform, I see there is a 5.7'' LCD with a capacitive touch overlay. We would like to use this platform and be able to swap in a 4.3'' LCD. Eventually, we would like our production platform to be built based on this eval board and so I looked through the schematics and the BOM, however there is no mention of the touch controller used. I see references to a touch controller but no controller specifically. How is capacitive touch implemented on the STM32F439 discovery evaluation board.
ThanksKartik #stm32f439 #stm-touch2014-04-08 02:15 PM
Hello,
The LCD display available on the STM32F439I Eval Board is using a standard 4-wire resitive touch screen. It is not a capacitive one! This touch screen is managed using a STMPE811QTR controller from ST. It is driven using a standard I2C interface. You can directly find further information on this device from our web site. Best Regards, Thierry,2014-04-08 03:26 PM
Hi Thierry,
Here is the link to the eval board on the ST site. It says it has a 5.7'' capacitive touch. We saw this on display at the EELive trade show in San Jose last week.ThanksKartik2014-04-08 11:28 PM
Hi Kartik,
Sorry, I had a look to a different board. You are right this one is using a projected capacitive touch panel. It is driven by a TS3510 controller from ENE Technology Inc. I've attached the specification of the LCD and touch controller. Best Regards, Thierry,2014-04-10 10:37 AM
http://www.ampdisplay.com/documents/pdf/AM-480272H5TMQW-T01H-L.pdf
It seems to be like the original display on board except with different brightness level and display modes. Would there be any changes that need to be made to the board itself or is it just a matter of switching the displays? Also would the touch controller need to be updated for the different sized touch panel? Finally what is your estimate of the effort involved LCD driver changes that will be need to be made to adapt to the new sized LCD?Thank youRegardsKartik2014-04-11 01:25 PM
Hi Thierry,
I'm sorry my previous set of question were a little arbitrary. Can you tell me if the Touch panel controller is on board the module from AMP? ie, the AM-640480G5TNQW-T00H supplies the TS3510 on board or is it something that ST designed into LCD board? Because it is not in the BOM.Thanks Kartik