WeatherDuino Forum

Full Version: How to connect the touch panel to WD board
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Werk_AG puedes colocar la forma de conectar el tactil(touch) a la placa .

Gracias

[Image: attachment.php?aid=469]

[attachment=469]
(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
Muchas Gracias por la ayuda.