(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.