Interfacing 10.1�? touch screen with NUCLEO-F767ZI
i am looking to integrate a 10.1�? touch screen into a project and I have never worked with high resolution screens or with touch before. I’m not looking for code examples as I can figure that part out. I’m looking to find a screen that I can easily integrate and use TouchGFX for some GUI design. I’m not really able to find anything definitive as far as documentation.
I figure I could just use a serial interface and a off board controller but since this MCU has a TFT LCD controller on board I was looking at LVDS. Something like this. https://www.ebay.com/itm/WS-10-1-Capacitive-Touch-LCD-Module-1024-600-Graphic-FT5406-Screen-RGB-LVDS/262170057749
which has both RGB and LVDS.
If this is the correct display to be using with this board, then how would I bring the 40 pin LVSD into the Nucleo board?
I saw something from Adafruit that. Had a 40 pin breakout with backlight driver but I don’t know if the pin out will match the ribbon as it looks to be more of a RGB than LVDS which I think I should use. https://www.adafruit.com/product/1932
The project will need some decent refresh but I’m not trying to play movies or anything so whatever works well with TouchGFX will be great.
many help finding the right display and hardware needed to connect to the Nucleo board would be greatly appreciated. I do plan on developing the project into a standalone board so everything will be integrated at some point.
Appreciate the help