LCD Display TX07
From Fpga4u
Contents
Introduction
The Hitachi TX07D09VM1CAB is a 2.27" QVGA display module with Touch screen. (http://www.hitachi-displays-eu.com/doc/TX07D09VM1CAB.pdf)
General description of the LCD board (http://fpga4u.epfl.ch/wiki/Video_extension_for_FPGA4U).
Specification
- Resolution: 240x320
- Number of Colors: 262,144 (3x6 bits, 18-bit RGB)
- R, G, B pixels (0.057mm each x 0.171mm), vertical stripes
- Transmissive color TFT
- Backlight 5 LEDs
- Touch screen
Interface
Schematic
Pin assignment
- Pin Assignment file: (_pin_assign_FPGA4U_ExtLCD_B.tcl): This file contains the pin assignment for the extension, version B and C
External Display Interface
16-bit or 18-bit RGB interface. The RGB data is synced with 3 signals: dotclk, hsync and vsync. This interface behaves very much like the standard VGA interface, the main difference being that this one is clocked. The signals have to change on the falling edge of the Dot Clock.
- HSync : 2 DotClk, Low
- Horizontal total: 270 DotClk
- HBP: 12 (Start at same time as HSync going low) Horizontal Back Porch
- Data H: 240 Visible Horizontal Dots
- HFP: 18 (15..21) Horizontal Front Porch
- VSync : 7 H Lines, Low
- Horizontal total: 348 H Lines
- VBP: 8 (Start at same time as HSync going low) Vertical Back Porch
- Data V: 320 Lines Visible Lines
- VFP: 20 (17..22) Vertical Front Porch
Connector to LCD
This is a 45 pins connector.
|
Backlight
The backlight of the display module is made up of 5 white LEDs. In order to attain the required voltage (12.8V) to drive the LEDs, a LED driver is included on the board. (National Semiconductor LM2707)
A PWM can be connected to LED_ON to control the LED brighting.
|
Touch screen
The touch screen can be controlled by a SPI A/D converter, ADC082S021. The access is done through 4 pins.
|
The SPI pins are shared with LCD model TX06, thus not with the TX07 describe here.