10 years, 5 months ago.

HY32D LCD and HY-Mini STM32V

I have a HY32D 3.2" TFT lcd with XPT2046 touch controller. I want to use it with mbed but I'm not sure of how to do that. Can anyone please guide me?

I also have a HY-Mini STM32V development board with the HY32D lcd. Can it be used with mbed? Can it's libraries be used?

Thanks

3 Answers

10 years, 5 months ago.

Hello moomal, if you mean this : http://www.hotmcu.com/32-touch-screen-tft-lcd-with-16-bit-parallel-interface-p-36.html

There is a port of my lib : https://mbed.org/users/frankvnk/code/SPI_TFT_ILI9320/ which support the controller used in this display, but the manufacturer of this board has configured the board to use the 16 bit parallel mode only. You can use this code as starting point and change the SPI routines to 16 bit parallel mode. You will need a lot of IO pins...

Peter

Thank you, Peter. I can start with this now.

Moomal

posted by moomal bukhari 15 Nov 2013
10 years, 5 months ago.

Hello Peter,

My problem is that i want to use this LCD as touch screen too but i cannot find the x,y coordinate pins on this TFT LCD display module. Can you help me with this ?

Maryam

10 years, 4 months ago.

I have found similar kind of TFT Touch Screen and its 16bit parallel code is available for mbed

https://mbed.org/users/Suky/code/LCDTFT/rev/359653f39307

It will give you some solid idea. He used the same BusOut command to access pins simultaneously

Note: Original author has deleted its code but you can still see the code by checking its old revisions