Catalog excerpts
Manufacturer Certificated Product Specification Model: TTW128128D-A0 128X128 COG Module This module uses RoHS material Tailor Pixels Technology Co., Ltd. www.tailorpixels.com tailor@tailorpixels.com Ph: 86-755-8821 2653 Contents in this document are subject to change without notice. No part of this document can be reproduced or transmitted by any means for any purpose without the written permission of Tailor Pixels Technology Co., Ltd.
Open the catalog to page 1TAILOR PIXELS TECHNOLOGY CO., LTD. Specification Revision History Version First Issue
Open the catalog to page 2TAILOR PIXELS TECHNOLOGY CO., LTD. CONTENTS GENERAL SPECIFICATIONS MECHANICAL DIMENSIONS INTERFACE PIN CONNECTIONS ABSOLUTE MAXIMUM RATINGS ELECTRICAL CHARACTERISTICS BACKLIGHT OPTICAL CHARACTERISTICS OPERATING PRINCIPLES METHODS DISPLAY DATA RAM ADDRESS MAP POWER SUPPLY FOR LCM MODULE EXAMPLE PROGRAM RELIABILITY INSPECTION CRITERIA PRECAUTIONS FOR USING LCD M
Open the catalog to page 3TAILOR PIXELS TECHNOLOGY CO., LTD. GENERAL SPECIFICATIONS ITEM NUMBER OF GRAPHIC MODULE DIMENSION EFFECTIVE DISPLAY AREA DOT SIZE DOT PITCH LCD TYPE DUTY VIEWING DIRECTION POLARIZING FILM HAZE OPERATING TEMPERATURE STORAGE TEMPERATURE BACK LIGHT TYPE BACK LIGHT COLOR APPROX. WEIGHT ROHS STANDARD
Open the catalog to page 4TAILOR PIXELS TECHNOLOGY CO., LTD.
Open the catalog to page 5TAILOR PIXELS TECHNOLOGY CO., LTD.
Open the catalog to page 6TAILOR PIXELS TECHNOLOGY CO., LTD. ABSOLUTE MAXIMUM RATINGS PARAMETER Supply voltage for logic Supply voltage for LCD Input voltage Output voltage Operating temperature Storage temperature ELECTRICAL CHARACTERISTICS DC Characteristics PARAMETER Supply voltage for logic Supply current for logic Operating voltage for LCD Input voltage ' H ' level Input voltage ' L ' level System Bus Read/Write Characteristics (For the 8080 Series MPU) VDD=+3.3V±10%, VSS=0V, Ta=-30 to +
Open the catalog to page 7TAILOR PIXELS TECHNOLOGY CO., LTD. System Bus Read/Write Characteristics (For the 6800 Series MPU) VDD=+3.3V±10%, VSS=0V, Ta=-30 to +85℃
Open the catalog to page 8TAILOR PIXELS TECHNOLOGY CO., LTD. System Bus Read/Write Characteristics (For the S8 / S8uc Series MPU) VDD=+3.3V±10%, VSS=0V, Ta=-30 to +85℃
Open the catalog to page 9TAILOR PIXELS TECHNOLOGY CO., LTD. System Bus Read/Write Characteristics (For the I2C Series MPU) VDD=+3.3V±10%, VSS=0V, Ta=-30 to +85℃
Open the catalog to page 10TAILOR PIXELS TECHNOLOGY CO., LTD. Backlight Type Backlight Type: LED Backlight color: white Power Supply For Backlight A K Absolute Maximum Rating PARAMETER Absolute maximum forward mA Ifm 60 current Peak forward current Ifp 1 MSEC plus 10% Duty Cycle 120 mA Reverse voltage VR 7.0 V Life Hour If(forward current) =45mA 80000 H Note: For operation above 25℃,Then Ifm Ifp must be decreased, the Current decreased is -1.08mA/℃ for DC drive and -2.58mA/℃ Pulse drive, the power dissipation is -4.5mW/℃.The product working current must not more than the 70% of the Ifm or Ifp according to the...
Open the catalog to page 11TAILOR PIXELS TECHNOLOGY CO., LTD. Test instrument is LCD-5000,made in Japan Item Operating voltage Response time Contrast ratio Viewing angle range Definition Of Viewing Angle Note1: Definition of response time Note2: Definition of contrast ratio ‘Cr’ Note3: Definition of viewing angle range
Open the catalog to page 12TAILOR PIXELS TECHNOLOGY CO., LTD. Note4:Measuring Instruments For Electro-optical Characteristics NORMAL LIGHT SOURCE θ0 –θ=30 *1.Light source position for measuring the reflective type of LCD panel *2.Light source position for measuring the transflective / transmissive types of LCD panel
Open the catalog to page 13TAILOR PIXELS TECHNOLOGY CO., LTD. OPERATING PRINCIPLES METHODS Control registers
Open the catalog to page 14TAILOR PIXELS TECHNOLOGY CO., LTD. Command table C/D: 0: Control, 1: Data W/R: 0: Write Cycle, 1: Read Cycle # Useful Data bits – Don’t Care
Open the catalog to page 15TAILOR PIXELS TECHNOLOGY CO., LTD.
Open the catalog to page 16TAILOR PIXELS TECHNOLOGY CO., LTD. System reset can be initialized by setting RSTB terminal at low level when turning power on, receiving instruction from MPU. When RSTB becomes low, following procedure is occurred. - Display off - Display start line register become set by 0.(Z-address 0) While RSTB is low level, no instruction except status read can be accepted. Reset status appears at DB4. After DB4 is low, any instruction can be accepted. The Conditions of power supply at initial power up are shown in table 1. Page 14 of 3
Open the catalog to page 17TAILOR PIXELS TECHNOLOGY CO., LTD. Table 1. Power Supply Initial Conditions Item Reset time Rise time POWER SUPPLY FOR LCM MODULE I2C应用连接图
Open the catalog to page 18TAILOR PIXELS TECHNOLOGY CO., LTD. EXAMPLE /********************************************************; ;* LCM : GT128128D ;* IC : UC1617s ;* Data : 2007.12.29 128x128dots 8 bit 8080 Mode -----Sunpring ;*******************************************************/ #include #include sbit sck=P3^7; sbit sda=P1^0; void void void void void void void void void void void void void void void void void init(); font(int a); alldisplayon(); displayoff(); displaycom(); displayseg(); displaycom1(); displayseg1(); displaysnow(); frame(); delay(int t); write_com(unsigned char d); write_come(unsigned char d);...
Open the catalog to page 19TAILOR PIXELS TECHNOLOGY CO., LTD. write_com(0xc8);// write_com(0x0B); write_com(0x89);//set ram adders control write_com(0xa0);//set line rate write_com(0xc4);//set lcd map control write_com(0xe8);//1/6bias write_com(0xf9); write_com(0xf1);//set com end 127 write_com(127); write_com(0xaD);//set disply enable BW-mode delay(300); } /* void display_image1(void) { int i; //int j; write_com(0x00); write_com(0x60); write_com(0x70); for(i=0;i<128*32;i++) { write_data(image1[i]); } } */ void alldisplayon() { int i,j;
Open the catalog to page 20TAILOR PIXELS TECHNOLOGY CO., LTD.
Open the catalog to page 21TAILOR PIXELS TECHNOLOGY CO., LTD.
Open the catalog to page 22TAILOR PIXELS TECHNOLOGY CO., LTD. { write_data(0xcc); } for(j=0;j<32;j++) { write_data(0x33); } } } void iic_start(unsigned char cd) { sda=1; _nop_( ); _nop_( ); _nop_( ); sck=1; _nop_( ); _nop_( ); _nop_( ); _nop_( ); _nop_( ); sda=0; _nop_( ); _nop_( ); _nop_( ); _nop_( ); _nop_( ); sck=0; _nop_( ); _nop_( );
Open the catalog to page 23TAILOR PIXELS TECHNOLOGY CO., LTD.
Open the catalog to page 24TAILOR PIXELS TECHNOLOGY CO., LTD. sda=cd;//cd=0(control); cd=1(data) _nop_( ); _nop_( ); sck=1; _nop_( ); _nop_( ); sck=0;//----------------------cd control _nop_( ); _nop_( ); sda=0;//write mode(1 read mode) _nop_( ); _nop_( ); sck=1; _nop_( ); _nop_( ); sck=0;//----------------------cd control _nop_( ); _nop_( ); } //----------------------write_iic{cd=0(control); void iic_send(unsigned char y) { unsigned char i;
Open the catalog to page 25All TAILOR PIXELS TECHNOLOGY CO. catalogs and technical brochures
-
TFT LCD serial for Smart Life
11 Pages