Hallo,
eine kleine Frage an euch. Ich habe ein TFT 2,4" ILI9341.. muss ich bei
Touch Anschluss etwas beachten oder kann ich die Anschlüsse
links liegen lassen ?
Was ist mit dem Touch Controller IRQ pin on PortE.7 ??
Weil mein Display flackert aber bis jetzt noch nichts zu sehen
mit dem AVRco Demo
Gruß Frank
(****************************************************************)
(* Application example with AVRco LCD Graphics Library using *)
(* the 2.4 TFT Arduino display. *)
(* This display has a SPI interface and SPI Touch *)
(* *)
(* Controller = ILI9341 *)
(* The resolution of the display is 320x240 pixels. *)
(* *)
(* We use the UART_E0 in SPI mode *)
(* PortE.0 = PWM/LED backlight. Can not drive the LED direct !! *)
(* PortE.1 = SCK/CLK *)
(* PortE.6 = A0/RS *)
(* PortE.3 = MOSI/SI *)
(* PortE.4 = SS/CS *)
(* PortE.5 = Reset *)
(* *)
(* Touch Controller is connected to SPI_D *)
(* PortD.1 = SCLK *)
(* PortD.2 = MISO <- SDO *)
(* PortD.3 = MOSI -> SDI *)
(* PortD.4 = CS *)
(* Touch Controller IRQ pin on PortE.7 *)
(****************************************************************)
eine kleine Frage an euch. Ich habe ein TFT 2,4" ILI9341.. muss ich bei
Touch Anschluss etwas beachten oder kann ich die Anschlüsse
links liegen lassen ?
Was ist mit dem Touch Controller IRQ pin on PortE.7 ??
Weil mein Display flackert aber bis jetzt noch nichts zu sehen
mit dem AVRco Demo
Gruß Frank
Code
(****************************************************************)
(* Application example with AVRco LCD Graphics Library using *)
(* the 2.4 TFT Arduino display. *)
(* This display has a SPI interface and SPI Touch *)
(* *)
(* Controller = ILI9341 *)
(* The resolution of the display is 320x240 pixels. *)
(* *)
(* We use the UART_E0 in SPI mode *)
(* PortE.0 = PWM/LED backlight. Can not drive the LED direct !! *)
(* PortE.1 = SCK/CLK *)
(* PortE.6 = A0/RS *)
(* PortE.3 = MOSI/SI *)
(* PortE.4 = SS/CS *)
(* PortE.5 = Reset *)
(* *)
(* Touch Controller is connected to SPI_D *)
(* PortD.1 = SCLK *)
(* PortD.2 = MISO <- SDO *)
(* PortD.3 = MOSI -> SDI *)
(* PortD.4 = CS *)
(* Touch Controller IRQ pin on PortE.7 *)
(****************************************************************)