WeatherDuino Forum
How to connect the touch panel to WD board - Printable Version

+- WeatherDuino Forum (https://www.meteocercal.info/forum)
+-- Forum: Weather Stations - WeatherDuino Pro2 Line (https://www.meteocercal.info/forum/forum-4.html)
+--- Forum: General Talking (https://www.meteocercal.info/forum/forum-23.html)
+--- Thread: How to connect the touch panel to WD board (/thread-410.html)



How to connect the touch panel to WD board - Ardummy - 31-10-2015

Werk_AG puedes colocar la forma de conectar el tactil(touch) a la placa .

Gracias

[Image: attachment.php?aid=469]

   


How to connect the touch panel to WD board - werk_ag - 31-10-2015

(31-10-2015, 20:17)Ardummy Wrote:  Werk_AG puedes colocar la forma de conectar el tactil(touch) a la placa .


WD Board ----------> TFT

T_SCLK ----------> T_CLK
T_MOSI -----------> T_DO
T_MISO -----------> T_DIN
T_CS ----------> T_CS
T_INT ----------> T_IRQ

On the user settings (WD software), you must also enable the touch panel option:

En las configuraciónes del usuario del software WD, deberás tambien activar la opcion de pantalla táctil:

Code:
// --- Define if your Display have touch capabilities - ATENTION! Requires WD board v2.20 or greater
#define Touch_Display         1    // 0= Display without touch panel, 1 = Display with touch panel



RE: How to connect the touch panel to WD board - Ardummy - 31-10-2015

Muchas Gracias por la ayuda.