itead studio 3.2 tft lcd touch shield for arduino manufacturer

ITDB02-3.2S V2 display module is a 3.2" TFT LCD with 65K color 320 x 240 resolutions for Arduino microcontroller. The controller of this LCD module is ILI9341. It supports 16bit data interface with control interfaceof four wires. Moreover, this Arduino LCD module contains the touch screen and SD card socket as well.

itead studio 3.2 tft lcd touch shield for arduino manufacturer

And go to SONOFF official site for the latest SONOFF products info: https://sonoff.tech/,If you want to buy products on ITEAD STUDIO, please go to: https://itead.cc/

itead studio 3.2 tft lcd touch shield for arduino manufacturer

Arduino 3.2" TFT LCD Touch shield V1 is an Arduino Mega compatible, multicolored TFT display with touch-screen and SD card socket. It is available in an Arduino MEGA shield compatible pinout for attachment. The TFT driver is based on SSD1289 with 8bit data and 4bit control interface.

itead studio 3.2 tft lcd touch shield for arduino manufacturer

I havent been able to find much for others with the similar problem with this setup. That along with >2000 of these screens being sold by the vendor makes me think I may have a non functioning unit.

itead studio 3.2 tft lcd touch shield for arduino manufacturer

Arduino 3.2" TFT LCD Touch shield V2 is an Arduino Mega compatible, multicolored TFT display with touch-screen and SD card socket as well. It is available in an Arduino MEGA shield compatible pinout for attachment. The TFT driver is based on ILI9341 with 8bit data and 4bit control interface.

itead studio 3.2 tft lcd touch shield for arduino manufacturer

Alluvodna strankaRaspberry PiEnclosures Boxes CasesLCD TFT OLED Display for RPiAccessories Cables Power SuppliesmicroSD Memory Card & AdapterRaspberry PI Single-board ComputerCamera for Raspberry PiShield & Board for Raspberry PiWiFi for Raspberry PiKeyboard & Touchpad for Raspberry PiRaspberry Pi Kit Pack bundleRELAY BOARDGSM/GPRS/3G/4G/LTE/WiMax/5G/GSM BOARDS FOR RASPBERRY PIRaspberry Pi 400 (Pi400 RPI400)Raspberry Pi Compute ModuleRaspberry Pi PicoRaspberry Pi Zeromicro:bitmicro:bit KITArduinoBREAKOUT BOARDS, Accessories & CablesArduino KitOriginal ARDUINO BoardsOriginal ARDUINO ShieldsARDUINO BoardsARDUINO ShieldsARDUINO Box EnclosuresESP32 ESP8266Development Tools8051 Development ToolsMicrochip AtmelBREAKOUT BOARDS & SHIELDSARM Development ToolsCypress PSoC DevelopmentProgrammersData LoggersSTMICROELECTRONICSWeb ServerAndroid MINI PC / Development Kit.NET Micro FrameworkFPGA ALTERA Intel Xilinx Lattice Microchip CPLD ASICSingle board Linux computerJTAG ToolsMAXQ2000System On ModulesFREESCALEParallax Basic Stamp PropellerBeagleBoard BeagleBoneCubieboard Cubietruckx86 Vortex86Banana PiODROIDFTDI Chip’s FT90x, ..OLIMEXOnion (Omega2)Základné doskyAI - Deep Learning - Neural NetworkJetson (NVIDIA)SparkFun MicroModBIOMETRIC MEDICAL E-Health Sensor EEG EKGEnclosures Boxes CasesWearable electronic / E-TextilesPrototyping SADY STAVEBNICECompilers & SoftwareSingle Board ComputerMotor DriverElectronic Components / Battery / Memory cardM5StackMeasuring instrumentsDigital OscilloscopesSpectrum AnalyzersWaveform GeneratorsDigital MultimetersPower SuppliersUniversal CountersLogic AnalyzersLCR MeterPower MeterHandheld Digital MultimeterNon-invasive AC Current SensorData loggerData AcquisitionImaging IR ThermometerDC ELECTRONIC LOADS - Elektronická záťažLCD TFT OLED e-paper0.9 - 5" LCD display5 - 8" LCD display8 - 16" LCD displaye-Paper / E-INKOLED / AMOLEDCOG, VFD, Character/Monochrome LCDDisplay AccessoriesIoT (THE INTERNET OF THINGS)SONOFFComplete Robots3D Printer, Bluetooth Printer, Thermal PrinterGaming System ArcadeVyberame / WE LOVE TRENDUnipiNUMATO

itead studio 3.2 tft lcd touch shield for arduino manufacturer

Do you remember the (almost) full screen sized flicker free and ultra rapid gauge we designed in June? And this without using the built-in Gauge component? If not, it"s time to read this article first, to understand today"s improvements. The June 2022 version does its job perfectly, the needle movement is quick and smooth, and other components can be added close to the outer circle without flickering since there is no background which needs constantly to be redrawn. But there was a minor and only esthetic weak point: The needle was a 1px thin line, sometimes difficult to see. Thus, already a short time after publishing, some readers contacted me and asked if there were a way to make the needle thicker, at least 2 pixels.Recently, when playing with a ESP32 based NodeMCU 32S and especially with its WiFi configuration, I did as (I guess) everybody does: I loaded an example sketch to learn more about the Wifi library. When you set up the ESP32 as an access point, creating its own wireless network, everything is pretty straightforward. You can easily hard code the Wifi name (SSID) and the password. But what about the client mode ? Perhaps one needs to use it in different environments. And then, a hard coded network name and password are definitively not the best solution. Thus, I thought, why not use a Nextion HMI for a dynamic WiFi setup functionality?Although the Nextion MIDI I/O interface  has been primarily designed as an add-on for Nextion HMI screens to transform these in fully autonomous MIDI devices as shown in previous blog posts here, it is also of great use for any Arduino based electronic music project! Many MIDI projects for Arduino suffer from a lack good hardware support. There are sophisticated code, excellent libraries and an infinity of use cases, but afterwards, things tend not to work in a rather rough environment in the studio or on stage. That"s because two resistors and a few Dupont wires on a breadboard besides the Arduino are not really an interface which could drive your Synth, Sequencer, or Drum machine over a 5m long MIDI cable.First of all, let"s open a virtual bottle of Champaign - this is my 100st Sunday Blog post!!! Now, let"s celebrate this with a new functionality: Have your Nextion HMI computing square roots with just 21 lines of code and 5 integer variable components, everything nicely packed in a ready-to-use page template - the Nextion equivalent of a library as seen over the last weeks. The advantage is that you can add this function to a page by designing the latter by starting with importing the appropriate template and then customizing it as you would any other page of your project. And if your project doesn"t need it - let it away and save memory! In my humble opinion, that"s a way more interesting solution than requesting the integration of everything into the firmware, with all the runtime memory constraints.Did you ever see the need to increment or decrement values, for example on a settings screen? Did you want to avoid multiple clicks and would have preferred just keeping a button pressed while the value would continue to increment or decrement? And which would go at a higher speed when pressing the button for a longer time? After reading this article, you"ll know how to do that with your beloved Nextion HMI! And no, there is NO need to add to the event code of each button! Only 4 invisible components and less than 20 lines of code are required to transform all buttons on a page into repeater buttons. That is so compact that we"ll pack these into a single page template and export it. From then on, if you need buttons with accelerated auto-repeat on a page, go to the page pane, but instead of adding a blank page, import the template and you are done. Automatically, without an additional line of code, all buttons will magically have the repeat functionality!Two weeks ago, we discussed a few password security strategies. If you haven’t already, please read that before continuing. While all the basic mechanisms have been explained and code examples have been shown, using these in your own project might seem difficult since there are so many places where code snippets were to add.  Thinking about that latter aspect and how to ease the re-utilization, I suddenly had an inspiration: Why not follow the example of the keyboard system pages which are automatically added to your project when you link a text or number component to one of the built-in keyboard screens?

itead studio 3.2 tft lcd touch shield for arduino manufacturer

Arduino 2.8" TFT LCD Touch shield is an Arduino UNO/ Mega compatible multicolored TFT display with touch-screen and SD card socket. It is available in an Arduino shield compatible pinout for attachment. The TFT driver is based on ILI9325DS with 8bit data and 4bit control interface.

Please visit our wiki page for more info about this product. It will be appreciated if you can help us improve the documents by correcting the errors, adding more demo codes or tutorials.

itead studio 3.2 tft lcd touch shield for arduino manufacturer

Purchased a 400×240 pixel graphic touch-capable display (new link) module plus its accompanying Arduino MEGA-compatible shield from iTead Studio. The shield has been updated to version 2. See bottom of post for more information.

The shield has, in addition to the connections to the display module, connections to a battery-backed real time clock that has been implemented in the shield. The display module consists of the display panel (the screen), a touch controller and a SD Card socket.

The ITDB02 LCD module is work in 3.3V voltage level and it’s not compatible with Arduino MEGA pins, so we make a shield for Arduino MEGA. Now user can directly plug the ITDB02 in the shield and stand on the Arduino MEGA board.

In reality, the ITDB02 module IS fully compatible with Arduino MEGA pins. The shield just makes it much, much easier to connect to the Arduino board. With respect to the 3.3 power,  the shield merely connects the Arduino 5V power pin to the display module’s VCC pin which feeds a local LDO regulator that generates the required 3.3V.

(Update 9/7/12): The resistors in the shield are there to limit the current to the protection diodes in the display module, so they are just in series with the signal lines. The inputs of the display must be 5V tolerant even thought the display operates at 3.3V. The better solution is to implement a level conversion 5V->3.3V and this has been done in the new version of the shield. More information in the Arduino forums [link]

Full color, 400×240 pixel TFT screen with a 16:9 widescreen aspect ratio. S/W supports 24-bit RGB color. The ITDB02-3.2WD uses the HX8352-A controller

The library (“UTFT” for “Universal TFT”) for this display has been developed by Mr Karlsen and is available here: [link]. Support for the 240×400 pixel display is available with version 1.10 and higher as this is a new display. The software also supports the wiring of the Mega shield shown above. (The control pins are assigned through s/w, though).

The controller for this screen is HX8352-A (apparently it replaces the ILI9327 controller). You will need to enter the controller model in the code as “HX8352A”. The enclosed documentation in the code tells you more. In addition, you need to know this controller model to take advantage of “memory saving” as specified in memorysaver.h

The library is ITDB02-TOUCH, also developed by Mr. Karlsen: [link]. Is also compatible with the wiring of the Mega shield shown above and any other wiring configuration as the 5 interface wires are assignable through s/w.

Mr. Karlsen also developed a library for the SD Card socket/reader [link]. However it is limited to FAT16 formatted SD cards up to 2GB in size and 8.3 characters file names. There is also the Arduino SD Library [link] that supports both FAT16 and FAT32 file systems on standard SD cards and SDHC cards. It is also limited to 8.3 characters file names. There is also a tutorial on SD Card interfacing at LadyAda [link].

Even though the shield takes up all the pins in the Arduino MEGA board, not all the pins are used for the display module and the real time clock. You can connect other devices (e.g. soldering wires) to the free pins.

Obviously the shield matches the 40-pin output of the display module with the pins of the Arduino. In addition, the shield has a real time clock that is separate from the display module and exports the interface pins of this device as well.

These are the pins that are used by the shield. You can refer to the pin basic pin mapping [link] and the manual in pdf [link] (I saved a local copy because this is now a discontinued product: ITDB02MEGAshield_DS ):

Note: a readier discovered an error in diagram for the SD pins. Look at the pin assignment in the following diagram from the vendor’s website. The diagram corresponds to the new V2 shield, thus there is no real time clock (which is an I2C device). However if you use the shield, you don’t have to worry about the pin assignments except to figure out which pins are free for other functions:

There is sample code for the 400×240 display in the arduino-1.0\libraries\UTFT\examples\Arduino folder.  Comment the code for UNO and un-comment the code for MEGA (follow the instructions written in the code). Modify the UTFT function with the model for your controller. For the above display I used “HX8352A”

The shield has been replaced with a newer mode. It does away with the real-time clock chip and replaces the resistors with logic chips (74xx541) for buffering and voltage level conversion, which is a  better implementation. In addition it has a input voltage selection switch to make it compatible with Arduino (5v operation) or ChipKit (3.3v operation).

Possibly the buffer chip used in the new shield is a part similar to 74LCX541 which has 5V tolerant inputs and output. This design further protects the display module.

The resistors that were used in the previous version of the shield are there to limit the current to the protection diodes in the display module, so they are just in series with the signal lines. Based on the implementation of the shield, the inputs of the display must therefore be 5V tolerant even thought the display operates at 3.3V. The better solution is to implement a level conversion 5V->3.3V as implemented in the new version of the shield. More information in the Arduino forums [link]

The old version of the shield is still available in kit form: [link] for US $5.50. However it is missing the 3.3V regulator and the SD card reader (so maybe not such a good deal)

itead studio 3.2 tft lcd touch shield for arduino manufacturer

ITEAD 3.2" TFT LCD Touch Shield is an Arduino Mega compatible multicolored TFT display with touch-screen and SD card socket. It is available in an Arduino MEGA Shield compatible pinout for attachment. The TFT driver is based on SSD1289 with 8bit data and 4bit control interface.

itead studio 3.2 tft lcd touch shield for arduino manufacturer

1 1 Tech Support Arduino 3.2 TFT Touch Mega Shield Overview The Arduino 3.2 TFT Touch Mega Shield is designed for all the Arduino Mega compatible boards. It works in 3.3V voltage level. It can be directly plugged on the Arduino Mega and other compatible boards. It will offer display, touch and storage functions for the Arduino Mega board. Features Compatible with 3.3/5V operation voltage level Compatible with UTFT library With SD Card Socket Arduino 3.2 TFT Touch shield 1.0 iteadstudio.com

2 2 Tech Support Specifications PCB size 79.3mm X 57.5mm X 1.6mm Indicators - Power supply compatible with Arduino Mega Communication Protocol - RoHS Yes Electrical Characteristics Specification Min Type Max Unit Power Voltage VDC Input Voltage VH V Input Voltage VL V Arduino 3.2 TFT Touch shield 1.0 iteadstudio.com

3 3 Tech Support Hardware Figure 1 Bottom View Pin map of Arduino 2.8 TFT Touch Shield Arduino Mega PIN Description D2 T_IRQ D3 T_DOUT D4 T_DIN D5 T_CS D6 T_CLK D22 DB8 D23 DB9 D24 DB10 D25 DB11 D26 DB12 D27 DB13 D28 DB14 Arduino 3.2 TFT Touch shield 1.0 iteadstudio.com

4 4 Tech Support D29 DB15 D30 DB7 D31 DB6 D32 DB5 D33 DB4 D34 DB3 D35 DB2 D36 DB1 D37 DB0 D38 RS D39 WR D40 CS D41 RST D50 SD_MISO D51 SD_MOSI D52 SD_SCK D53 SD_NSS The Arduino 3.2 Touch shield uses the SSD1289 controller, it support 16bit data interface. The touch IC is XPT2046. Operation voltage level setting switch When using the Arduino 3.2 TFT Touch shield with 5V operation level development board like Arduino MEGA and so on, set the operation voltage level switch to 5V side. When using the Arduino 3.2 TFT Touch shield with 3.3V operation level development board set the operation voltage level switch to 3.3V side. Software This shield is compatible with UTFT library for Arduino Mega, chipkitmax32 and their compatible boards. You can down load the library here http//henningkarlsen.com/electronics/library.php?id=52 Revision History Rev. Description Release date v1.0 Initial version Arduino 3.2 TFT Touch shield 1.0 iteadstudio.com

5 SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1289 Product Preview 240 RGB x 320 TFT Driver Integrated Power, Gate and Source Driver With RAM This document contains information on a product under development. Solomon Systech reserves the right to change or discontinue this product without notice. http// SSD1289 Series Rev 0.32 P 1/60 Dec 2005 Copyright 2005 Solomon Systech Limited

6 1 General Description SSD1289 TFT Driver is an all in one driver that integrated the RAM, power circuits, gate driver and source driver into single chip. It can drive a 262k color a-tft panel with resolution of 240 RGB x 320. It also integrated the controller function and consists of up to 172,800 bytes (240 x 320 x 18 / 8) Graphic Display Data RAM (GDDRAM) such that it interfaced with common MCU through 8/9/16/18-bits 6800-series / 8080-series compatible Parallel Interface or Serial Interface and stored the data in the GDDRAM. Auxiliary 18-bits video interface (VSYNC, HSYNC, DOTCLK, ENABLE) are integrated into SSD1289 for displays animated image. SSD1289 embeds DC-DC Converter and Voltage generator to provide all necessary voltage required by the driver with minimum external components. A Common Voltage Generation Circuit is included to drive the TFT-display counter electrode. An Integrated Gamma Control Circuit is also included that can be adjusted by software commands to provide maximum flexibility and optimal display quality. SSD1289 can be operated down to 1.16V and provide different power save modes. It is suitable for any portable battery-driven applications requiring long operation period with compact size. 2 FEATURES Power Supply V DD = 1.65 V 1.95V (non-regulated input for logic) V DDIO = 1.4 V 3.6V (regulated input for logic) V CI = 2.5V 3.6V (power supply for internal analog circuit) Maximum Gate Driving Output Voltage 30V p-p Source Driving Output Voltage 0-5V Low Current Sleep Mode and 8-color display mode for power saving Display Size 240 RGB x 320 Display Color Support 262k colors a-tft displays 8/9/16/18-bits 6800-series / 8080-series Parallel Interface, Serial Peripheral Interface 18-bit RGB-Interface for animated displays (VSYNC, HSYNC, DOTCLK, DEN, and D0-17) On-Chip 172,800 bytes (240x320x18/8) Graphic Display Data RAM RAM write synchronization function Support Line and Frame Inversion Software selection on Center Screen Scrolling, Top Screen Scrolling, Bottom Screen Scrolling and Whole Screen Scrolling. Source and Gate scan direction control On-Chip Voltage Generator On-Chip DC-DC Converter up to 6x / -6x Programmable Gamma Correction Curve Non-Volatile Memory (OTP) for VCOM calibration Programmable Common Electrode Voltage amplitude and level for Cs on common structure Support Cs on gate structure Available in COG package Solomon Systech Dec 2005 P 2/60 Rev 0.32 SSD1289 Series

7 3 ORDERING INFORMATION Table 1 Ordering Information Ordering Part Number Source (x RGB) Gate Package Form Reference SSD1289Z Gold Bump Die 4 BLOCK DIAGRAM VCOM G0 to G319 S0 to S719 VCI VDDEXT VDDIO REGVDD SHUT REV VDD regulator circuit Regulator Circuit Gamma / Grayscale Voltage Generator Source driver Switches Network VCI CN CP C1N C1P C2N C2P C3N C3P CXP CXN CYP CYN OSC1 VSS/AVSS/ DVSS Booster Circuit OSC Regulator Circuit VGH VGOFFH VGOFFL GateDriver VLCD63 Address Counter Timing Generation System Interface / RGB Interface Data Latches GDDRAM WSYNC RES PS0-3 E CS R/W D/C D[0-17] DEN DOTCLK HSYNC VSYNC TB RL CM BGR GD Figure 1. SSD1289 Block Diagram Description SSD1289 Series Rev 0.32 P 3/60 Dec 2005 Solomon Systech

8 5 DIE PAD FLOOR PLAN Die Information Die Size x 1600 μm 2 Die Thickness 406 ±25µm Bump Height 15 µm (Typ.) Tolerance 3 µm within die Bump Size 22 x 115 µm 2 (Gate and source outputs) Pad Pitch 24 µm, stagger Bump Size 55 x 117 µm 2 (Inputs) Pad Pitch 85 µm, straight Pin 1 Pin 1336 Output Pad Pitch (Gate and source) Alignment Marks Center (11802,715.5) Center (-11802,715.5) Size x μm 2 Size x μm Pin Pin Center (-11740,-549.5), (11740,-549.5) Size 180 x 180 μm 2 Figure 2. SSD1289 Pad Arrangement (Bump face up) Solomon Systech Dec 2005 P 4/60 Rev 0.32 SSD1289 Series

10 Pad# Signal X-pos Y-pos Pad# Signal X-pos Y-pos Pad# Signal X-pos Y-pos 202 VSSRC VCIX G VSSRC CYP G CDUM CYP G CDUM CYP G CDUM CYP G CDUM CYP G VSS CYP G VSS CYN G VSS CYN G VSS CYN G VSS CYN G VSS CYN G VSS CYN THROUGH VSS VCHS THROUGH AVSS VCHS NC AVSS VCHS NC AVSS VCHS NC AVSS VCHS NC AVSS VCHS NC AVSS CXN NC VDDIO CXN NC VDDIO CXN NC VDDIO CXP DUMMY VDDIO CXP VGL VCI CXP DUMMY VCI VGOFFH DUMMY VCI VGOFFH THROUGH VCI VCOM THROUGH VCI VCOM G VCI VCOM G VCIP VCOM G VCIP VCOMR G VCIP NC G VCIP NC G VGOFFHL GTESTR G VGOFFHL G G NC G G NC G G VLCD G G VLCD G G VLCD G G VLCD G G VCOML G G VCOML G G VCOML G G VCOML G G VCOMH G G VCOMH G G VCOMH G G VCOMH G G VCIM G G VCIM G G VCIM G G VCIM G G NC G G NC G G VCI G G VCI G G VCI G G VCI G G VCIX2J G G VCIX2J G G VCIX2G G G VCIX2G G G VCIX G G VCIX G G VCIX G G Solomon Systech Dec 2005 P 6/60 Rev 0.32 SSD1289 Series

16 7 Pin Description Table 2 - SSD1289 Pin Function Description Name Type Function Description CM DEN VSYNC HSYNC DOTCLK GAMAS0 GAMAS1 GAMAS2 SHUT Input Input Input Logic Control Display Timing Signals Logic Control Input pin to select 262k-color or 8-color display mode. After entered 8-color display mode, the driver will switch to Frame-Inversion-Mode, and only MSB of the data Red, Green and Blue will be considered. - Connect to V DDIO for 8-color display mode - Connect to V SS for 262k-color display mode Display enable pin from controller. Data will be treated as dummy regardless the DEN status during front/back porch setting at registers R16 and R17. Frame synchronization signal. - Fixed to V DDIO or V SS if not used Line synchronization signal. - Fixed to V DDIO or V SS if not used Dot-clock signal and oscillator source. A non-stop external clock must be provided to that pin even at front or black porch non-display period. Gama selection pin. This pin should be connected to Vdd / Vss Gama selection pin. This pin should be connected to Vdd / Vss Gama selection pin. This pin should be connected to Vdd / Vss Display shut down pin to put the driver into sleep mode. A sharp falling edge must be provided to such pin when IC power on. - Connect to V DDIO for sleep mode - Connect to V SS for normal operating mode RL GD TB BGR REV CAD PS0 PS1 PS2 PS3 DC /RD (E) /WR ( WR ) D0-D17 WSYNC Input Input Input Input/ Output Output Panel Mapping Controls Interface Selection Logic Control Data bus Logic Control Input pin to select the Source driver data shift direction. - Connect to V DDIO for display first RGB data at S0-S2 - Connect to V SS for display first RGB data at S719-S717 Input pin to select the 1 st output Gate - GD = 0, G0 is 1 st output Gate, Gate sequence G0, G1, G2, G3,, G318, G319 - GD = 1, G1 is 1 st output Gate, Gate sequence G1, G0, G3, G2,, G319, G318 Input pin to select the Gate driver scan direction. - Connect to V DDIO for Gate scan from G0 to G319 - Connect to V SS for Gate scan from G319 to G0 Input pin to select the color mapping. - Connect to V DDIO for Blue-Green-Red mapping - Connect to V SS for Red-Green-Blue mapping (Refer to S0-S719 pin description on Page 14 for details) Input pin to select the display reversion. - Connect to V DDIO mapping data 0 to maximum pixel voltage for normal white panel - Connect to V SS mapping data 0 to minimum pixel voltage for normal black panel Panel structure selection pin. - Connect to V DDIO if Cs on gate structure is used - Connect to V SS if Cs on common structure is used PS(30) = wires MCU Serial interface wires MCU Serial interface bits 68 parallel interface bits 68 parallel interface 1 16 bits 80 parallel interface 0 8 bits 80 parallel interface bits 68 parallel interface bits 68 parallel interface bits 80 parallel interface 0 9 bits 80 parallel interface bits RGB interface bits RGB interface + 4-wires SPI bits RGB interface + 4-wires SPI Data or command 68-system E (enable signal) 80-system /RD (read strobe signal) Serial mode Not used and should be connected to V DDIO or V ss 68-system /WR (indicates read cycle when High, write cycle when Low) 80-system WR (write strobe signal) Serial mode Not used and should be connected to V DDIO or V ss For parallel mode, 8/9/16/18 bit interface. For generic mode, RGB interface. Please refer to Section 14 Interface Mapping for definition. Unused pins must be float or connect to VSS. Ram Write Synchronization output Solomon Systech Dec 2005 P 12/60 Rev 0.32 SSD1289 Series

17 Name Type Function Description REGVDD RES CS Input Input Logic Control System Reset Input pin to enable internal vdd regulation. - Connect to V DDIO if the supply voltage for V DDIO is not within the range 1.65V 1.95V. Internal vdd regulator will be enabled. - Connect to V SS if the supply voltage for V DDIO is within the range 1.65V 1.95V. Internal vdd regulator will be disabled. System reset pin. - Connect to V DDIO when not used Chip select pin of serial interface. - Leave it OPEN when not used SCK SDI Input Serial Interface Clock pin of serial interface. - Leave it OPEN when not used Data input pin in serial mode. - Leave it OPEN when not used SDO Output Data output pin in serial mode. - Leave it OPEN when not used V DD LV VDD V DDRAM LV VDDR V DDEXT V DDIO Power Power Power Power Power Power Power Supply for Logic Circuits Regulator output for logic circuits Power Supply for RAM Regulator output for RAM Power for internal V DD regulator Power supply for logic I/O Voltage supply pin for internal logic. Do not connect to any power supply. Connect to LV VDD. Internal regulator output. Connect to V DD. Voltage supply pin for internal RAM. Do not connect to any power supply. Connect to LV VDDR Internal regulator output. Connect to V DDRAM. Voltage input pin for logic I/O. - Connect to system V DD SSD1289 Series Rev 0.32 P 13/60 Dec 2005 Solomon Systech

18 Name Type Function Description V SS System ground pin of the IC. - Connect to system ground AV SS Ground of Grounding for analog circuit. - Connect to system ground Power the Power Grounding for analog circuit. This pin requires a noise free path for providing accurate V SSRC Supply LCD driving voltages. - Connect to system ground V CHS Grounding for booster circuit. - Connect to AV SS V CI V CIP V CI2 V CIX2 V CIX2J V CIX2G V COMR V COMH V COML V LCD63 V GH V GL V GOFFH CXP CYP CP C1P C2P C3P CXN CYN CN C1N C2N C3N CDUM0 CDUM1 V GOFFHL Power Output Power Input Output Output Input Power Supply for Analog Circuits Booster voltages Voltage for analog External Reference Voltages for VCOM Signal LCD Driving Voltages Booster and Stabilization Capacitors EXTCLK Input OSC input TESTA TESTB TESTC I/O IC Testing Signal Booster input voltage pin. - Connect to voltage source between 2.5V to 3.6V Voltage supply pin for analog circuit. This pin requires a noise free path for providing accurate LCD driving voltages. - Connect to same source of V CI Negative voltage of V CI. - Connect a capacitor for stabilization Equals to 2x V CI - Connect a capacitor for stabilization They are the power supply used by on chip analog blocks and VGH/VGL dcdc. Connect to V CIX2 on FPC. This pin provides voltage reference for internal voltage regulator when register VDV[40] of Power Control 4 set to Connect to an external voltage source for reference This pin indicates a HIGH level of VCOM generated in driving the VCOM alternation. - Connect a capacitor for stabilization This pin indicates a LOW level of VCOM generated in driving the VCOM alternation. - Connect a capacitor for stabilization This pin is the maximum source driver voltage. - Connect a capacitor for stabilization A positive power output pin for gate driver. - Connect a capacitor for stabilization A negative power output pin for gate driver. - Connect a capacitor for stabilization When the VGOFF alternation is driven, this pin indicates a high level of VGOFF. - Connect a capacitor for stabilization if Cs on gate structure is used - This pin can be open if Cs on common structure is used - Connect a capacitor to CXN - Connect a capacitor to CYN - Connect a capacitor to CN - Connect a capacitor to C1N - Connect a capacitor to C2N - Connect a capacitor to C3N - Connect a capacitor to CXP - Connect a capacitor to CYP - Connect a capacitor to CP - Connect a capacitor to C1P - Connect a capacitor to C2P - Connect a capacitor to C3P - Connect a capacitor to V SS - Connect a capacitor to V SS - Connect a capacitor to V COM if Cs on gate application. A clock input pin for internal oscillator. Connect to VSS when using the internal oscillator. Test pin of the internal circuit. - Leave this pin open and insert test point in FPC Test pin of the internal circuit. - Leave this pin open and insert test point in FPC Test pin of the internal circuit. - Leave this pin open and insert test point in FPC Solomon Systech Dec 2005 P 14/60 Rev 0.32 SSD1289 Series

19 Name Type Function Description VCOM A power supply for the TFT-display common electrode. G0-G319 Gate driver output pins. These pins output V GH, V GOFFH or V GOFFL level. LCD Driving Output Source driver output pins. Signals S(3n) display Red if BGR = LOW, Blue if BGR = HIGH. S0-S719 S(3n+1) display Green. S(3n+2) display Blue if BGR = LOW, Red if BGR = HIGH. NC These pins must be left open and cannot be connected together THROUGH DUMMY Through line Dummy pads. Use for panel measurement. There is no connection inside the IC. Pad 9 is connected to pad 1331 on panel (through1 and through7) Pad 10 is connected to pad 1332 on panel (through2 and through8) Pad 348 is connected to pad 362 on panel (through3 and through5) Pad 349 connected to pad 363 on panel (through4 and through6) Floating pins and no connection inside the IC. These pins should be open. SSD1289 Series Rev 0.32 P 15/60 Dec 2005 Solomon Systech

20 8 Block Function Description System Interface The System Interface unit consists of three functional blocks for driving the 6800-series parallel interface, 8080-series parallel interface, 3-lines serial peripheral interface and 4-lines serial peripheral interface. The selection of different interface is done by PS3, PS2, PS1 and PS0 pins. Please refer to the pin descriptions on page 12. a) MPU Parallel 6800-series Interface The parallel Interface consists of 18 bi-directional data pins (D 17 D 0 ), R / W, D/ C, E and CS. R / W input high indicates a read operation from the Graphical Display Data RAM (GDDRAM) or the status register. R / W input low indicates a write operation to Display Data RAM or Internal Command Registers depending on the status of D/ C input. The E input serves as data latch signal (clock) when high provided that CS is low. Please refer to Parallel Interface Timing Diagram of 6800-series microprocessors. In order to match the operating frequency of the GDDRAM with that of the MCU, pipeline processing is internally performed which requires the insertion of a dummy read before the first actual display data read. This is shown in the following diagram. R/W#(WR#) E(RD#) DATA BUS N n n+1 n+2 write column address dummy read data read1 data read 2 data read 3 Figure 3 Read Display Data b) MPU Parallel 8080-series Interface The parallel interface consists of 18 bi-directional data pins D 17 D 0, RD, WR, D/ C and CS. RD input serves as data read latch signal (clock) when low provided that CS is low. Whether reading the display data from GDDRAM or reading the status from the status register is controlled by D/ C. WR input serves as data write latch signal (clock) when low provided that CS is low. Whether writing the display data to the GDDRAM or writing the command to the command register is controlled by D/ C. A dummy read is also required before the first actual display data read for 8080-series interface. c) MPU 4-lines Serial Peripheral Interface The 4-lines serial peripheral Interface consists of serial clock SCK, serial data SDA, D/ C and CS. SDA is shifted into 8-bit shift register on every rising edge of SCK in the order of data bit 7, data bit 6 data bit 0. D/ C is sampled on every eighth clock to determine whether the data byte in the shift register is written to the Display Data RAM or command register at the same clock. d) MPU 3-lines Serial Peripheral Interface The operation is similar to 4-lines serial peripheral interface while altogether 9-bits will be shifted into the shift register on every ninth clock in sequence D/ C is not used. There are D/ C bit, D7 to Solomon Systech Dec 2005 P 16/60 Rev 0.32 SSD1289 Series

21 D0 bit. The D/ C bit (first bit of the sequential data) will determine the following data byte in the shift register is written to the Display Data RAM ( D/ C bit = 1) or the command register ( D/ C bit = 0) series Parallel 8080 series Parallel MCU Serial Interface Interface Interface Data Read 18/16/9/8-bits 18/16/9/8-bits No Data Write 18/16/9/8-bits 18/16/9/8-bits 8-bits Command Read Status only Status only No Command Write Yes Yes 8-bits Table 3 - Data bus selection modes RGB Interface The RGB Interface unit consists of D17-D0, HSYNC, VSYNC, DEN and DOTCLK for animated image display. When the RGB Interface is selected, D17-D0 is set to be generic interface. Address Counter (AC) The address counter (AC) assigns address to the GDDRAM. When an address set instruction is written into the IR, the address information is sent from the IR to the AC. After writing into the GRAM, the AC is automatically incremented by 1 (or decremented by 1). After reading the data, the AC is not updated. A window address function allows for data to be written only to a window area specified by GRAM. Graphic Display Data RAM (GDDRAM) The GDDRAM is a bit mapped static RAM holding the bit pattern to be displayed. The size of the RAM is 240 RGB x 320 x 18 / 8 = 518,400 bytes. For mechanical flexibility, re-mapping on both Segment and Common outputs can be selected by software. Please refer to the command Data Output/Scan direction for detail description. Four pages of display data forms a RAM address block and stored in the GDDRAM. Each block will form the fundamental units of scrolling addresses. Various types of area scrolling can be performed by software program according to the command Set area Scroll and Set Scroll Start. Gamma/Grayscale Voltage Generator The grayscale voltage circuit generates a LCD driver circuit that corresponds to the grayscale levels as specified in the grayscale gamma-adjusting resistor. 262,144 possible colors can be displayed when 1 pixel = 18 bit. For details, see the gamma-adjusting resistor. Booster and Regulator Circuit These two functional blocks generate the voltage of VGH, VGOFFL, VCOM levels and Vlcd0~63 which are necessary for operating a TFT LCD. Oscillation Circuit (OSC) This module is an On-Chip low power RC oscillator circuitry. The oscillator generates the clock for the DC-DC voltage converter. This clock is also used in the Display Timing Generator. Data Latches This block is a series of latches carrying the display signal information. These latches hold the data, which will be fed to the HV Buffer Cell and Level Selector to output the required voltage level. SSD1289 Series Rev 0.32 P 17/60 Dec 2005 Solomon Systech

22 9 COMMAND TABLE Table 4 - Command Table Reg# Register R/W D/C IB15 IB14 IB13 IB12 IB11 IB10 IB9 IB8 IB7 IB6 IB5 IB4 IB3 IB2 IB1 IB0 R Index 0 0 * * * * * * * * ID7 ID6 ID5 ID4 ID3 ID2 ID1 ID0 SR Status Read 1 0 L7 L6 L5 L4 L3 L2 L1 L R00h Oscillation Start OSCEN Driver output R01h control RL REV CAD BGR SM TB MUX8 MUX7 MUX6 MUX5 MUX4 MUX3 MUX2 MUX1 MUX0 LCD drive AC R02h control FLD ENWS B/C EOR WSMD NW7 NW6 NW5 NW4 NW3 NW2 NW1 NW0 R03h Power control (1) 0 1 DCT3 DCT2 DCT1 DCT0 BT2 BT1 BT0 0 DC3 DC2 DC1 DC0 AP2 AP1 AP0 0 Compare register R05h (1) 0 1 CPR5 CPR4 CPR3 CPR2 CPR1 CPR0 0 0 CPG5 CPG4 CPG3 CPG2 CPG1 CPG0 0 0 Compare register R06h (2) CPB5 CPB4 CPB3 CPB2 CPB1 CPB0 0 0 R07h Display control PT1 PT0 VLE2 VLE1 SPT 0 0 GON DTE CM 0 D1 D0 Frame cycle R0Bh control 0 1 NO1 NO0 SDT1 SDT0 0 EQ2 EQ1 EQ0 DIV1 DIV0 SDIV SRTN RTN3 RTN2 RTN1 RTN0 R0Ch Power control (2) VRC2 VRC1 VRC0 R0Dh Power control (3) VRH3 VRH2 VRH1 VRH0 R0Eh Power control (4) VCOMG VDV4 VDV3 VDV2 VDV1 VDV Gate scan start ROFh position SCN8 SCN7 SCN6 SCN5 SCN4 SCN3 SCN2 SCN1 SCN0 R10h Sleep mode SLP VS R11h Entry mode 0 1 DFM1 mode DFM0 TRANS OEDef WMode DMode1 DMode0 TY1 TY0 ID1 ID0 AM LG2 LG1 LG0 R16h Horizontal Porch 0 1 XL7 XL6 XL5 XL4 XL3 XL2 XL1 XL0 HBP7 HBP6 HBP5 HBP4 HBP3 HBP2 HBP1 HBP0 R17h Vertical Porch 0 1 VFP7 VFP6 VFP5 VFP4 VFP3 VFP2 VFP1 VFP0 VBP7 VBP6 VBP5 VBP4 VBP3 VBP2 VBP1 VBP0 R1Eh Power control (5) notp 0 VCM5 VCM4 VCM3 VCM2 VCM1 VCM0 RAM data write 0 1 R22h RAM data read 1 1 Data[170] mapping depends on the interface setting RAM write data R23h mask (1) 0 1 WMR5 WMR4 WMR3 WMR2 WMR1 WMR0 0 0 WMG5 WMG4 WMG3 WMG2 WMG1 WMG0 0 0 RAM write data R24h mask (2) WMB5 WMB4 WMB3 WMB2 WMB1 WMB0 0 0 R28h VCOM OTP (1) R29h VCOM OTP (2) R30h γ control (1) PKP12 PKP11 PKP PKP02 PKP01 PKP00 R31h γ control (2) PKP32 PKP31 PKP PKP22 PKP21 PKP20 R32h γ control (3) PKP52 PKP51 PKP PKP42 PKP41 PKP40 R33h γ control (4) PRP12 PRP11 PRP PRP02 PRP01 PRP00 R34h γ control (5) PKN12 PKN11 PKN PKN02 PKN01 PKN00 R35h γ control (6) PKN32 PKN31 PKN PKN22 PKN21 PKN20 R36h γ control (7) PKN52 PKN51 PKN PKN42 PKN41 PKN40 R37h γ control (8) PRN12 PRN11 PRN PRN02 PRN01 PRN00 R3Ah γ control (9) VRP14 VRP13 VRP12 VRP11 VRP VRP03 VRP02 VRP01 VRP00 R3Bh γ control (10) VRN14 VRN13 VRN12 VRN11 VRN VRN03 VRN02 VRN01 VRN00 Vertical scroll R41h control (1) VL18 VL17 VL16 VL15 VL14 VL13 VL12 VL11 VL10 Vertical scroll R42h control (2) VL28 VL27 VL26 VL25 VL24 VL23 VL22 VL21 VL20 Horizontal RAM R44h address position 0 1 HEA7 HEA6 HEA5 HEA4 HEA3 HEA2 HEA1 HEA0 HSA7 HSA6 HSA5 HSA4 HSA3 HSA2 HSA1 HSA0 Vertical RAM R45h address start VSA8 VSA7 VSA6 VSA5 VSA4 VSA3 VSA2 VSA1 VSA0 position Vertical RAM R46h address end position VEA8 VEA7 VEA6 VEA5 VEA4 VEA3 VEA2 VEA1 VEA0 Solomon Systech Dec 2005 P 18/60 Rev 0.32 SSD1289 Series