11 years, 1 month ago.

Interfacing 7" lcd touch panel with mbed

Hi,

I want to interface around 7 inch lcd touch panel with mbed. Is it possible?

If yes could you please tell me the details of lcd touch panel?

Thanks...

1 Answer

11 years, 1 month ago.

Yes.

What kind of answer were you expecting on such an open question without providing details? It depends on the driver that should be included in the touch panel. If there is already a library for it you can use it, otherwise you will have to make your own (probaby by adapting an existing one). In general you want one with SPI (or UART) interface, and not with parallel interface.