Ver 1.0 RGB/Matrix/Audio EQ/16Level LED Driver

Size: px
Start display at page:

Download "Ver 1.0 RGB/Matrix/Audio EQ/16Level LED Driver"

Transcription

1 RGB/Matrix/Audio EQ/16Level LED Driver Description BCT3286 is a LED matrix driver with SPI control interface, which features with Mono or RGB LED dot matrix display and audio frequency equalizer (EQ) to produce amazing visual effects. It has the function of mono LED/ RGB LED blinking, breathing, single shift or rotate shift, music equalizer, etc, realized by only one single instruction, thus save MCU software resources. It has less than 2uA shut down current and save battery life. BCT3286 is available in QFN-28(4mm 4mm). It operates from 2.7V to 5.5V over the temperature range of of -40 C to +85 C Applications Mobile phones and other hand-held devices for LED displays. Audio frequency equalizer display Toys or home appliance devices Features Programmable 10 10, 11 9, 12 8 matrix LED driver Each column has 16 brightness level programmable by SPI interface. Max 40mA current for each row and can be changed by external Rext RGB numbers can be 4n ( n= 1,..8), thus support max 32 RGB LEDs 16 colures can be selected in RGB mode. Audio frequency EQ display of 8 column, and sync with music Audio input gain can be programmable or automatic control. Auto blink or breath functions, and brightness level and frequency can be programmed. Internal RAM Single shift or rotate shift, direction and speed can be selected Pin Configuration (Top View) 1

2 Ordering Information Order Number Package Type Operating Temperature Range Marking QTY/Reel BCT3286EGI-TR QFN C to +85 C Pin Description No. Pin Description 1 SCLK SPI CLK 2 CS SPI CS 3 DIN SPI DATA 4 SDB Reset 5 AU-IN Audio input. 6 REXT current setting 7 R1 Constant current row output1 8 R2 Constant current row output2 9 R3 Constant current row output3 10 R4 Constant current row output4 11 R5 Constant current row output5 12 R6 Constant current row output6 13 R7 Constant current row output7 14 R8 Constant current row output8 15 R9 Constant current row output9 16 R10 Constant current row output10 17 R11/C10 Constant current row output11 or column10 Scan output 18 R12/C9 Constant current row output12 or column9 Scan output 19 C8 column8 Scan output 20 C7 column7 Scan output 21 VDD Power supply. 22 C6 column6 Scan output 23 C5 column5 Scan output 24 C4 column4 Scan output 25 C3 column3 Scan output 26 C2 column2 Scan output 27 C1 column1 Scan output 28 NC 29 GND Ground. 2

3 Absolute Maximum Ratings Supply voltage, VDD V ~ +5.5V Outx current, IO mA Voltage at any input pin VI V ~ VDD+0.3V Working temperature, TA C to +150 C Junction temperature, TJMAX C Storage temperature, Tstg C to +150 C Stresses beyond those listed under Absolute Maximum Ratings may cause permanent damage to the device. These are stress ratings only and functional operation of the device at these or any other condition beyond those indicated in the operational sections of the specifications is not implied. Exposure to absolute maximum rating conditions for extended periods may affect device reliability. Electrical Characteristics Test condition : Vin = 2.7V ~ 5.5V, TA = 25 C, unless otherwise noted. Parameter Symbol Condition Min. Typ. Max. Unit Supply voltage VDD V Quiescent current IVDD REXT=4K,R1~ R12 Open,VDD=5.5V ma Shutdown current ISHUT Shutdown mode,vdd=5.5v 2 ua Output current accuracy Output current match IO Dropout Voltage Vdrop REXT=2K,Vdropout=1V ma REXT=4K,Vdropout=1V REXT=2K,Vdropout=1VIO=40mA ±1 ±3 % REXT=4K,Vdropout=1V,IO=20mA ±1 ±3 VDD=3.3V,IO=40mA mv VDD=3.3V,IO=20mA Logic H input voltage VIH 1.5 V Logic L input voltage VIL 0.8 V Serial (SPI) interface Serial (SPI) interface is for receiving the control signals sent from controller, then decode the received command and send it to the corresponding register and control module. It has three pin: CS, SCLK and DIN. Pin Name Attribute Direction Description SPICK Rising edge MCU->BCT3286 Serial bus clock SPIDATA Level MCU->BCT3286 Serial data SPICS Active Low MCU->BCT3286 SPI bus chipselection Serial (SPI) interface can only do write operation form MCU to BCT3286, it is not readable. The fixed data width is 16 bits 3

4 Figure 2 shows the timing diagram of this serial interface. When no data transmit, SPICK is forced to LOW and SPICS is forced to HIGH. Once the data need to be send form controller to BCT3286, SPICS is pulled LOW to enable the transmission. At rising edge of the CLK, data is latched. SPICS keep LOW for the duration of the transmission. First 8 bits of DIN will be the register address and following 8 bits will be the data of the register. Serial Port Interface Timing Figure 2: SPI timing Figure 3. SPI Interface Timing Diagram Symbol Parameter Min Tye Max Unit Ts SPIDATA to SPICK setup time 4 ns Th SPIDATA to SPICK hold time 20 ns The maximum output current per row is set by a single external resistor REXT, which is between the REXT pin and GND pin. The maximum channel output current can be calculated as: IO(max) = 80 /Rext (ma) The max output current REXT values REXT(K Ω) IOmax(mA) If N column are used, the Max current for each LED is IO(max)/N. 4

5 Registers Definition 1. Data register 00H Column 1 data register 01H Column 1 data and brightness register 02H Column 2 data register 03H Column 2 data and brightness register 04H Column 3 data register 5

6 05H Column 3 data and brightness register 06H Column 4 data register 07H Column 4 data and brightness register 08H Column 5 data register 09H Column 5 data and brightness register 0AH Column 6 data register 6

7 0BH Column 6 data and brightness register 0CH Column 7 data register 0DH Column 7 data and brightness register 0EH Column 8 data register 0FH Column 8 data and brightness register 10H Column 9 data register 7

8 11H Column 9 data and brightness register 12H Column 10 data register 13H Column 10 data and brightness register In RGB mode, also take 00H and 01H as example, every column has 12 row, every three row for one RGB LED. The row 12 to row 10 connect RGB4 G, B, R pin respectively, the row 9 to row 7 connect RGB3, the row 6 to row 4 connect RGB2, and the row 3 to row 1 connect RGB1 The 8 bits of 00H represent the RGB4 and RGB3 color, and 8 bits of 01H represent the RGB2 and RGB1 color. The color are following red 1000 Sky Blue 0001 orange 1001 Lake Blue 0010 taupe 1010 Deep blue 0011 yellow 1011 Shallow violet 0100 Shallow green 1100 purple 0101 green 1101 amaranthine 0110 blue green 1110 pink 0111 Shallow blue 1111 Don't light Note: the colure is based on AOT RGB LED, AOT-1615RGB43A-Z0-N-3-M 8

9 2. Control register 14H Mode Control register Bit D7:D6 D5:D4 D3:D1 D0 Name Rsv Array mode[1:0] Ctr-mode[2:0] Shutdown Default Array mode[1:0] Row x column 00 or 11 12x x x10 Ctr-mode[2:0] 000 normal 001 blinking 010 breathing 011 rotate shift 100 single shift 101 reserves 110 Music equalizer 111 RGB mode Shutdown 0 No Shutdown 1 Shutdown 15H Frequency control register Bit D7 D6:D0 Name Move direction Speed ctrl Default Move direction For shift function 0 Move direction from column 1 to 10 1 Move direction from column 10 to 1 Speed ctrl For Blinking, breath, shift mode frequency, N = 0 127, then frequency F = 100/(n+1)Hz 9

10 16H RGB control register Bit D5:D2 D1:D0 Name RGB select[3:0] RGB bright[1:0] Default RGB select[3:0] 0000 NO RGB 0001 First Column for RGB( Total 4 RGB) 0010 First to 2nd Column for RGB( Total 8 RGB) 0111 First to 7th Column for RGB( Total 28 RGB) 1000 First to 8th Column for RGB( Total 32 RGB) RGB bright[1:0] 00 Brigtness level 4, most brigtness 01 Brigtness level 3 10 Brigtness level 2 11 Brigtness level 1, less brigtness 17H AGC control register Bit D3 D2:D0 Name AGC enable Audio Gain adjust[2:0] Default AGC enable For Auto audio input gain adjust 0 No auto, gain is decided by bits [2:0] 1 Gain is adjust automatically, not by bits [2:0] Audio Gain adjust 000 0db db db db db db db 111-6db 10

11 Function diagram Figure 4: Function diagram Functional description First need to select the mode in 14H mode control register, Ctr-mode[2:0] 000 normal, LEDs in matrix will be ON or Off according to the setting of register 00H and 13H. If ON, the brightness level is selected by register 00H and 13H. 001 blinking LEDs in matrix will be blinking according to the setting of 00H and 13H, the brightness level is selected by register 00H and 13H and the blinking frequency can be set by the D6 to D0 in register 15H. 010 breathing LEDs in matrix will breath according to the setting of 00H and 13H, breath means that the LED will light up and light down in gradual, the most brightness level of light up is selected by register 00H and 13H and the breathing frequency can be set by the D6 to D0 in register 15H. 011 rotate shift LEDs in matrix will be ON or Off according to the setting of 00H and 13H, the brightness level is selected by register 00H and 13H. All the Column of LEDs will shift to next column, and the direction is determined by frequency control register D7. The shift frequency can be set by the D6 to D0 in register 15H. Rotate shift means, the most left column will shift back into the most right column, or vice versa. 100 single shift Same as the rotate shift, but the most left/right column LED will not shift back. 11

12 101 reserves 110 Music equalizer In the audio EQ mode, the column 1 to 8 represents the frequency bands while the row 1 to 8 represents the strength of the input audio signal in each band. So, LEDs in column 1 to 8 and row 1 to 8 will not be controlled by register 00H and 13H setting. The number of LEDs lit in a column is proportional to the strength of the audio signal in the corresponding audio frequency band, Other LEDs will still control by register 00H and 13H setting. 111 RGB mode In this mode matrix mode is fixed is 12 x8, and D5, D4 setting in register 14 H won't affect it. Then, select the RGB LED numbers and columns in register 16H D5 to D2 Note : For RGB connection, Please refer to the table 1, otherwise RGB color scheme will be invalid RGB Pin R G B Row row1 row4 row7 row10 row2 row5 row8 row11 row3 row6 row9 row12 Table 1, RGB connection Typical application 1, Mono LED matrix Figure 4: Typical application 1, Mono LED matrix 12

13 Typical application 2, REB LED matrix Figure 4: Typical application 2, REB LED matrix Typical application 3, REB and mono LED mix Figure 4: Typical application 3, REB and mono LED mix 13

14 Package Information 14

FEATURES APPLICATIONS C1 C2 C3 C4 C5 C6 C7 C8 R8/C9 R7/C10 R6/C11. Figure 1 Typical Application Circuit

FEATURES APPLICATIONS C1 C2 C3 C4 C5 C6 C7 C8 R8/C9 R7/C10 R6/C11. Figure 1 Typical Application Circuit AUDIO MODULATED MATRIX LED DRIVER GENERAL DESCRIPTION FEATURES November 2016 IS31FL3728 is a general purpose 8 8 LED matrix driver which features an audio frequency equalizer (EQ) mode or a general LED

More information

BCT Channel LED Driver (Common-Anode & Common-Cathode) Low Dropout Current Source & Current Sink. General Description. Features.

BCT Channel LED Driver (Common-Anode & Common-Cathode) Low Dropout Current Source & Current Sink. General Description. Features. BCT3220 Low Dropout Current Source & Current Sink General Description The BCT3220 is a high performance white LED driver. The BCT3220 uses an internal resistor to set the bias current for four LEDs, which

More information

The BCT4302B is available in 20-pin 3mm x 3mm QFN package. The operating temperature range is from

The BCT4302B is available in 20-pin 3mm x 3mm QFN package. The operating temperature range is from General Description The is a dual SIM card control chip optimized for GSM/EDGE/GPRS/3G handsets, It provides the power conversion and signal level translation needed for advanced cell phones to interface

More information

UNISONIC TECHNOLOGIES CO.,LTD. UL318 Preliminary LINEAR INTEGRATED CIRCUIT

UNISONIC TECHNOLOGIES CO.,LTD. UL318 Preliminary LINEAR INTEGRATED CIRCUIT UNISONIC TECHNOLOGIES CO.,LTD. UL318 Preliminary LINEAR INTEGRATED CIRCUIT SERIAL-INTERFACED 10-DIGIT LED CONTROLLER IC WITH KEYSCAN DESCRIPTION The UL318 is a compact LED controller and driver that interface

More information

NJU keys input key-scan IC GENERAL DESCRIPTION PACKAGE OUTLINE FEATURES BLOCK DIAGRAM PIN CONFIGURATION

NJU keys input key-scan IC GENERAL DESCRIPTION PACKAGE OUTLINE FEATURES BLOCK DIAGRAM PIN CONFIGURATION 24 keys input key-scan IC GENERAL DESCRIPTION The NJU6010 is 24 keys input key-scan IC with internal oscillation. It scans the maximum 4x6 key matrix. And the key data transmit to CPU. The microprocessor

More information

3.Absolute maximum ratings Item Symbol Standard Unit Power voltage VDD-VSS Input voltage VIN VSS - VDD

3.Absolute maximum ratings Item Symbol Standard Unit Power voltage VDD-VSS Input voltage VIN VSS - VDD SPECIFICATIONS OF LCD MODULE 1.Features a) 240x128 dots graphic LCD module b) Built-in controller (T6963C) c) STN yellow-green mode, Transflective, Positive d) View angle: 6:00 o clock e) +5V power supply

More information

Shanghai Belling Corp., Ltd BL55028 zip: Tel: Fax:

Shanghai Belling Corp., Ltd BL55028 zip: Tel: Fax: LCD Driver for 76 Display Units BL55028 1 General Description The BL55028 is a general LCD driver IC for 76 units LCD panel. It features a wide operating supply voltage range, incorporates simple communication

More information

中显液晶 技术资料 中显控制器使用说明书 2009年3月15日 北京市海淀区中关村大街32号和盛大厦811室 电话 86 010 52926620 传真 86 010 52926621 企业网站.zxlcd.com

中显液晶 技术资料 中显控制器使用说明书 2009年3月15日 北京市海淀区中关村大街32号和盛大厦811室 电话 86 010 52926620 传真 86 010 52926621   企业网站.zxlcd.com http://wwwzxlcdcom 4 SEG / 6 COM DRIVER & CONTROLLER FOR DOT MATRIX LCD June 2 Ver Contents in this document are subject to change without notice No part of this document may be reproduced or transmitted

More information

16COM/80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM/80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD 6COM/80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION The is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology It is capable of displaying or 2 lines with

More information

BCT mA Buck/Boost Charge Pump LED Driver

BCT mA Buck/Boost Charge Pump LED Driver BCT3140 GENERAL DESCRIPTION The BCT3140 is a current-regulated charge pump ideal for powering high brightness LEDs for camera flash applications. The charge pump can be set to regulate two current levels

More information

LMB202DBC LCD Module User Manual

LMB202DBC LCD Module User Manual LMB202DBC LCD Module User Manual Shenzhen TOPWAY Technology Co., Ltd. Rev. Descriptions Release Date 0.1 Prelimiay release 2005-03-01 URL Document Name LMB202DBC-Manual-Rev0.1.doc Page 1 of 11 Table of

More information

Shanghai Belling Corp., Ltd BL55077 zip: Tel: Fax:

Shanghai Belling Corp., Ltd BL55077 zip: Tel: Fax: LCD Driver for 160 Display Units BL55077 1 General Description The BL55077 is a general LCD driver IC for 160 units LCD panel. It features a wide operating supply voltage range, incorporates simple communication

More information

SED1180F CMOS LCD 64-COMMON DRIVERS LCD CONTR 256SEG 64 COM DUTY: 1/64

SED1180F CMOS LCD 64-COMMON DRIVERS LCD CONTR 256SEG 64 COM DUTY: 1/64 CMOS LCD -COMMON DRIVERS DESCRIPTION The SED119 is a dot matrix LCD common (row) driver for driving high-capacity LCD panel at duty cycles higher than 1/. The LSI uses two serially connected, 32-bit shift

More information

ILI2303. ILI2303 Capacitive Touch Sensor Controller. Specification

ILI2303. ILI2303 Capacitive Touch Sensor Controller. Specification Capacitive Touch Sensor Controller Specification Version: V1.03 Date: 2014/9/17 ILI TECHNOLOGY CORP. 8F, No.38, Taiyuan St., Jhubei City, Hsinchu County 302, Taiwan, R.O.C. Tel.886-3-5600099; Fax.886-3-5600055

More information

VBattery 7 VCC V DD IRLED IS31SE5001 SDA SCL INTB SDB. Figure 1 Typical Application Circuit

VBattery 7 VCC V DD IRLED IS31SE5001 SDA SCL INTB SDB. Figure 1 Typical Application Circuit IR SENSOR FOR TOUCHLESS PROXIMITY July 2013 GENERAL DESCRIPTION The IS31SE5001 is a low-power, reflectance-based infrared light sensor with advanced signal processing and digital output. The sensor can

More information

HT1628 RAM Mapping LCD Driver

HT1628 RAM Mapping LCD Driver RAM Mapping 116 2 LCD Driver Features Logic voltage 2.4V~5.5V LCD operating voltage (VLCD) 2.4V~5.5V LCD display 2 commons, 116 segments Support a maximum of 58 4 bit Display RAM Duty Static, 1/2; Bias

More information

16COM / 80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM / 80SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION KS0070B is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology. It is capable of displaying 1 or 2 lines with the 5 7 format or 1 line with the 5 10 dots

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: AGM1264W SERIES DATE: MAY 09, 2007 1. GENERAL SPECIFICATIONS 1-1 SCOPE: This specification covers the delivery

More information

LY68L M Bits Serial Pseudo-SRAM with SPI and QPI

LY68L M Bits Serial Pseudo-SRAM with SPI and QPI REVISION HISTORY Revision Description Issue Date Rev. 0.1 Initial Issued May.6. 2016 Rev. 0.2 Revised typos May.19. 2016 Revised the address bit length from 32 bits to 24 bits Oct.13. 2016 0 FEATURES GENERAL

More information

Item Symbol Standard Unit Power voltage VDD-VSS Input voltage VIN VSS - VDD

Item Symbol Standard Unit Power voltage VDD-VSS Input voltage VIN VSS - VDD SPECIFICATIONS OF LCD MODULE Features 1. 5x8 dots with cursor 2. Built-in controller (S6A0069 or equivalent) 3. Easy interface with 4-bit or 8-bit MPU 4. +5V power supply (also available for =3.0V) 5.

More information

SSD1355. Advance Information. 128 RGB x 160 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1355. Advance Information. 128 RGB x 160 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1355 Advance Information 128 RGB x 160 Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new product. Specifications

More information

BL55077(A) LCD Driver

BL55077(A) LCD Driver BL55077(A) LCD Driver LCD Driver for 160 Display Units BL55077(A) General Description The BL55077(A) is a general LCD driver IC for 160 units LCD panel. It features a wide operating supply voltage range,

More information

Debounced 8 8 Key-Scan Controller

Debounced 8 8 Key-Scan Controller Debounced 8 8 Key-Scan Controller Description The SN7326 is a 64 key, key-scan controller. It offloads the burden of keyboard scanning from the host processor. The SN7326 supports keypad matrix of up to

More information

SN8200 LI+ DUAL BATTERY CONTROLLER

SN8200 LI+ DUAL BATTERY CONTROLLER LI+ DUAL BATTERY CONTROLLER GENERAL DESCRIPTION The SN8200 is a highly integrated IC to serve as the control logic for a system with multiple power sources. It integrates a mini-charger s path power MOS

More information

16COM / 40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM / 40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION KS0066U is a dot matrix LCD driver & controller LSI whichis fabricated by low power CMOS technology It can display 1or 2 lines with the 5 8 dots format or 1 line with the 5 11 dots format

More information

LC75810E, LC75810T 1/8 to 1/10-Duty Dot Matrix LCD Controller / Driver

LC75810E, LC75810T 1/8 to 1/10-Duty Dot Matrix LCD Controller / Driver L78E, L78T /8 to /-Duty Dot Matrix LD ontroller / Driver Overview The L78E and L78T are /8 to / duty dot matrix LD display controllers/drivers that support the display of characters, numbers, and symbols.

More information

Figure 1 Typical Application Circuit

Figure 1 Typical Application Circuit 4-CH CAPACITIVE TOUCH SENSOR WITH AUTO CALIBRATION August 2015 GENERAL DESCRIPTION The IS31SE5104 is a low power, fully integrated 4-channel solution for capacitive touch button applications. The chip

More information

NORITAKE ITRON VFD MODULES GU128x18F-K612A2

NORITAKE ITRON VFD MODULES GU128x18F-K612A2 28 x 8 High Brightness Dot Graphic Display Single 5V DC Supply 2 ASCII Fonts ( 5 x 7 and x 4 ) Mixed Graphics and Text Display RS232 Serial Interface SPI Clock Serial Interface and 2 Pins Variable Active

More information

NORITAKE ITRON VFD MODULES GU128x18F-K610A2

NORITAKE ITRON VFD MODULES GU128x18F-K610A2 28 x 8 High Brightness Dot Graphic Display Single 5V DC Supply 2 ASCII Fonts ( 5 x 7 and x 4 ) Mixed Graphics and Text Display CMOS Asynchronous Serial Interface SPI Clock Serial Interface and 2 Pins Variable

More information

16COM/40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD

16COM/40SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD 6COM/4SEG DRIVER & CONTROLLER FOR DOT MATRIX LCD INTRODUCTION is a dot matrix LCD driver & controller LSI which is fabricated by low power CMOS technology It can display, 2-line with 5 x 8 or 5 x dots

More information

LCD MODULE DEP Y

LCD MODULE DEP Y Display Elektronik GmbH LCD MODULE DEP 16216Y Product Specification Ver.: 5 15.11.2011 Contents 1. Module Basic Specification... 2. Mechanical Drawing... 3. Pin Definition... 4. Absolute Maximum Ratings...

More information

Product Specification

Product Specification Product Specification Bi-Color OLED Display Part Number: FDS128x64(26.7x31.26)TFP PREPARED BY CHECKED BY APPROVED BY Focus Display Solutions, Inc. Notes: 1. Please contact Focus Display Solutions, Inc.

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS. SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS. SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS. SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: AGM2464B SERIES DATE: NOV. 10, 2006 REVISION RECORD AGM2464B SERIES GRAPHIC MODULE VER1.1 REVISION REVISION

More information

A8241. AiT Semiconductor Inc. APPLICATION ORDERING INFORMATION. Low 60mV Dropout at 20mA 4% LED Current Matching

A8241. AiT Semiconductor Inc.   APPLICATION ORDERING INFORMATION. Low 60mV Dropout at 20mA 4% LED Current Matching DESCRIPTION The is a CMOS based White/Blue LED driver with stand-alone capability. The driver is primarily designed for LED backlighting of LCD display powered by Li-ion battery with its high efficiency,

More information

RW1026G Revision History Version Date Description

RW1026G Revision History Version Date Description RW1026G Revision History Version Date Description 0.1 2010/9/3 Add I/O Pin ITO Resistance Limitation 0.2 2010/9/15 Modify storage temperature -40 o C to 80 o C change to -50 o C to 125 o C and operation

More information

N551C321. Table of Contents-

N551C321. Table of Contents- Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 2 3. BLOCK DIAGRAM... 3 4. PIN DESCRIPTION... 3 5. ABSOLUTE MAXIMUM RATINGS... 4 6. ELECTRICAL CHARACTERISTICS... 4 7. APPLICATION CIRCUIT...

More information

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax:

Newhaven Display International, Inc Galvin Ct. Elgin IL, Ph: Fax: NHD-27-2864WDY3 Graphic OLED Display Module NHD- Newhaven Display 27-27 Diagonal Size 2864-28 x 64 Pixel Resolution WD- Model Y- Emitting Color: Yellow 3- +33V Power Supply Newhaven Display International,

More information

Pi-Tek OLED Module PG12864KW Revision: 1.0 May Pi Tek. OLED Module SPECIFICATIONS MODEL NO. : PG12864KW PRODUCT TYPE: STANDARD

Pi-Tek OLED Module PG12864KW Revision: 1.0 May Pi Tek. OLED Module SPECIFICATIONS MODEL NO. : PG12864KW PRODUCT TYPE: STANDARD Pi Tek OLED Module SPECIFICATIONS MODEL NO. : PG12864KW PRODUCT TYPE: STANDARD This specification may be changed without any notices in order improve performance or quality etc. 1 Content History of versions

More information

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314 a FEATURES 10-Bit Temperature-to-Digital Converter 35 C to +85 C Operating Temperature Range 2 C Accuracy SPI and DSP Compatible Serial Interface Shutdown Mode Space-Saving MSOP Package APPLICATIONS Hard

More information

M0121LB 222LHAR2 I1. Vacuum Fluorescent Display Module

M0121LB 222LHAR2 I1. Vacuum Fluorescent Display Module M0121LB 222LHAR2 I1 Vacuum Fluorescent Display Module RoHS Compliant Newhaven Display International, Inc. 2511 Technology Drive, Suite 101 Elgin IL, 60124 Ph: 847 844 8795 Fax: 847 844 8796 www.newhavendisplay.com

More information

TS04. 4-Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V2.0

TS04. 4-Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V2.0 TS4 4-Channel Self Calibration Capacitive Touch Sensor SPECIFICATION V2. Specification TS4 (4-CH Auto Sensitivity Calibration Capacitive Touch Sensor). General Feature 4-Channel capacitive sensor with

More information

LCM NHD-0440AZ-FSW -FBW. User s Guide. (Liquid Crystal Display Character Module) RoHS Compliant FEATURES

LCM NHD-0440AZ-FSW -FBW. User s Guide. (Liquid Crystal Display Character Module) RoHS Compliant FEATURES User s Guide NHD-0440AZ-FSW -FBW LCM (Liquid Crystal Display Character Module) RoHS Compliant FEATURES Display format: 4 Lines x 40 Characters (A) Display Series/Model (Z) Factory line (F) Polarizer =

More information

DATA SHEET DM DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 162 Hi-V Channels Driver IC

DATA SHEET DM DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 162 Hi-V Channels Driver IC DAVICOM Semiconductor, Inc. 15V / 30V Selectable Output & 162 Hi-V Channels Driver IC DATA SHEET Version: -11-MCO-DS-P01 1 Content 1 General Description... 3 2 Features... 4 3 Block Diagram... 5 4 PAD

More information

Parallel Display Specifications Revision 1.1

Parallel Display Specifications Revision 1.1 MOP-GL240128D Parallel Display Specifications Revision 1.1 Revision History Revision Date Description Author 1.1 November 12, 2015 Correction to tables 1 and 2 regarding data bit pins Divino 1.0 March

More information

UNISONIC TECHNOLOGIES CO., LTD

UNISONIC TECHNOLOGIES CO., LTD UNINIC TECHNOLOGIES CO., LTD 20-BIT SERIAL TO PARALLEL CONVERTER DESCRIPTION The UTC LS3718 is a 20-bit serial to parallel converter utilizing CMOS Technology. It is incorporates control circuit, shift

More information

IS62/65WVS1288FALL IS62/65WVS1288FBLL. 128Kx8 LOW VOLTAGE, SERIAL SRAM with SPI, SDI and SQI INTERFACE DESCRIPTION

IS62/65WVS1288FALL IS62/65WVS1288FBLL. 128Kx8 LOW VOLTAGE, SERIAL SRAM with SPI, SDI and SQI INTERFACE DESCRIPTION 128Kx8 LOW VOLTAGE, SERIAL SRAM with SPI, SDI and SQI INTERFACE JANUARY 2018 KEY FEATURES SPI-Compatible Bus Interface: - 16/20 MHz Clock rate - SPI/SDI/SQI mode Low-Power CMOS Technology: - Read Current:

More information

SQFlash Industrial SD Card SQFlash Technical Manual

SQFlash Industrial SD Card SQFlash Technical Manual SQFlash Technical Manual REV 0.2 Page 1 of 15 Jul. 9, 2010 CONTENTS 1. Overview... 4 2. Standard Features... 5 3. Additional Features... 6 4. Pin Assignment and Block Diagram... 7 5. Power Consumption...

More information

IS62/65WVS5128GALL IS62/65WVS5128GBLL. 512Kx8 LOW VOLTAGE, FAST SERIAL SRAM with SPI, SDI and SQI INTERFACE KEY FEATURES DESCRIPTION

IS62/65WVS5128GALL IS62/65WVS5128GBLL. 512Kx8 LOW VOLTAGE, FAST SERIAL SRAM with SPI, SDI and SQI INTERFACE KEY FEATURES DESCRIPTION 512Kx8 LOW VOLTAGE, FAST SERIAL SRAM with SPI, SDI and SQI INTERFACE JUNE 2018 KEY FEATURES SPI-Compatible Bus Interface: - 30/45 MHz Clock rate - SPI/SDI/SQI mode Single Power Supply: - VDD = 1.65V -

More information

Newhaven Display International, Inc Technology Drive, Suite 101 Elgin IL, Ph: Fax:

Newhaven Display International, Inc Technology Drive, Suite 101 Elgin IL, Ph: Fax: NHD 28 25664UCY2 Graphic OLED Display Module NHD Newhaven Display 28 28 diagonal size 25664 256 x 64 pixel resolution UC Model Y Emitting Color: Yellow 2 +295V power supply Newhaven Display International,

More information

DM-OLED X 64 BLUE GRAPHIC OLED DISPLAY MODULE WITH SPI, I2C INTERFACE

DM-OLED X 64 BLUE GRAPHIC OLED DISPLAY MODULE WITH SPI, I2C INTERFACE 1.3 128 X 64 BLUE GRAPHIC OLED DISPLAY MODULE WITH SPI, I2C INTERFACE Contents Revision History Main Features Pin Description Panel Pin Description Module Pin Description Mechanical Drawing Panel Mechanical

More information

3.3 Volt CMOS Bus Interface 8-Bit Latches

3.3 Volt CMOS Bus Interface 8-Bit Latches Q 3.3 Volt CMOS Bus Interface 8-Bit Latches QS74FCT3373 QS74FCT32373 FEATURES/BENEFITS Pin and function compatible to the 74F373 JEDEC spec compatible 74LVT373 and 74FCT373T IOL = 24 ma Com. Available

More information

SSD1353. Advance Information. 160RGB x 132 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1353. Advance Information. 160RGB x 132 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1353 Advance Information 160RGB x 132 Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new product. Specifications

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: AGM2464E SERIES DATE: January 24, 2003 1.0 MECHANICAL DIAGRAM AGM2464E SERIES GRAPHIC MODULE AZ DISPLAYS,

More information

SSD1322. Product Preview. 480 x 128, Dot Matrix High Power OLED/PLED Segment/Common Driver with Controller

SSD1322. Product Preview. 480 x 128, Dot Matrix High Power OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1322 Product Preview 480 x 128, Dot Matrix High Power OLED/PLED Segment/Common Driver with Controller This document contains information on a product under

More information

PRODUCT SPECIFICATION FOR LCD MODULE APPROVED SIGNATURE. Approved Product Specification only Approved Product Specification and Samples

PRODUCT SPECIFICATION FOR LCD MODULE APPROVED SIGNATURE. Approved Product Specification only Approved Product Specification and Samples PRODUCT SPECIFICATION FOR LCD MODULE Revision: 0.0 Model No: T24B09 Module Type: COG+FPC+B/L+TP APPROVED SIGNATURE Approved Product Specification only Approved Product Specification and Samples Prepared

More information

DESCRIPTION FEATURES. PT x 7 Dot Character x 20-Digit x 2-Line Display Controller/Driver with Character RAM

DESCRIPTION FEATURES. PT x 7 Dot Character x 20-Digit x 2-Line Display Controller/Driver with Character RAM 5 x 7 Dot Character x 20-Digit x 2-Line Display Controller/Driver with Character RAM DESCRIPTION The PT6301 is a 5 7 dot matrix type vacuum fluorescent display tube controller driver IC which displays

More information

Temperature Sensor for I 2 C BUS Monolithic IC MM3286 Series

Temperature Sensor for I 2 C BUS Monolithic IC MM3286 Series Temperature Sensor for I 2 C BUS Monolithic IC MM3286 Series Outline This IC is used as a digital temperature sensor that supports I 2 C BUS and has the built-in temperature sensor and - type A/D converter.

More information

REV: PAGE: REVISION DESCRIPTION APPR: DATE: A ALL Released to production GRW 6/17/94

REV: PAGE: REVISION DESCRIPTION APPR: DATE: A ALL Released to production GRW 6/17/94 PAGE: REVISION DESCRIPTION APPR: DATE: A ALL Released to production GRW 6/17/94 B 5 Maximum component height was 10.5mm; Removed through hole crystal note and dimension; GRW 3/23/95 Released to production

More information

IS62/65WVS1288GALL IS62/65WVS1288GBLL. 128Kx8 LOW VOLTAGE, FAST SERIAL SRAM with SPI, SDI and SQI INTERFACE KEY FEATURES DESCRIPTION MAY 2018

IS62/65WVS1288GALL IS62/65WVS1288GBLL. 128Kx8 LOW VOLTAGE, FAST SERIAL SRAM with SPI, SDI and SQI INTERFACE KEY FEATURES DESCRIPTION MAY 2018 128Kx8 LOW VOLTAGE, FAST SERIAL SRAM with SPI, SDI and SQI INTERFACE MAY 2018 KEY FEATURES SPI-Compatible Bus Interface: - 30/45 MHz Clock rate - SPI/SDI/SQI mode Single Power Supply: - VDD = 1.65V - 2.2V

More information

OLED Push Switches. 96RGBx64 (0.95 ) OLED Switches

OLED Push Switches. 96RGBx64 (0.95 ) OLED Switches DISTINCTIVE CHARACTERISTICS Organic LED Technology Wide View Angle of 160 Exceptional Contrast and Brightness: 50times greater Brightness than previous LCD Products, four times more enhanced Resolution

More information

STMLS05 Applications Description Features Table 1: Device summary I2C base Package Order code address marking

STMLS05 Applications Description Features Table 1: Device summary I2C base Package Order code address marking Enhanced five-channel PMOS load switches Datasheet - production data Applications Smart phones Tablets Mobile device accessories Wearable devices Features Five-channel PMOS switches Input/output voltage

More information

HM628128BI Series. 131,072-word 8-bit High speed CMOS Static RAM

HM628128BI Series. 131,072-word 8-bit High speed CMOS Static RAM 131,072-word 8-bit High speed CMOS Static RAM ADE-203-363A(Z) Rev. 1.0 Apr. 28, 1995 The Hitachi HM628128BI is a CMOS static RAM organized 131,072-word 8-bit. It realizes higher density, higher performance

More information

VL-PS-COG-C144MVGD-04 REV.A (1.44 CSTN CGA+FPA+BL) JUN/2008 PAGE 2 OF 16 DOCUMENT REVISION HISTORY CHECKED BY DATE DESCRIPTION CHANGED BY

VL-PS-COG-C144MVGD-04 REV.A (1.44 CSTN CGA+FPA+BL) JUN/2008 PAGE 2 OF 16 DOCUMENT REVISION HISTORY CHECKED BY DATE DESCRIPTION CHANGED BY PAGE 2 OF 16 DOCUMENT REVISION HISTORY DOCUMENT REVISION FROM TO DATE DESCRIPTION CHANGED BY CHECKED BY A 2008.06.19 First Release. XIAO LI LAN LUO CHENG PAGE 3 OF 16 CONTENTS Page No. 1. GENERAL DESCRIPTION

More information

0832 Dot Matrix Yellow Display Information Board User s Guide

0832 Dot Matrix Yellow Display Information Board User s Guide 0832 Dot Matrix Yellow Display Information Board User s Guide DE-DP106_Ver1.0 0832 DOT MATRIX YELLOW DISPLAY INFORMATI BOARD USER S GUIDE Table of contents Chapter1.Overview... 1 1.1. Welcome... 1 1.2.

More information

CROTIPS TECHNOLOGY USA

CROTIPS TECHNOLOGY USA B 2012/03/05 1 / 20 MICROTIPS TECHNOLOGY USA TEL: 407-273-0204, FAX: 407-273-0771 B 2012/03/05 2 / 20 Contents 1. General Description... 3 2. Physical Features... 3 3. Mechanical Specification... 3 4.

More information

Parallel Display Specifications Revision 1.0

Parallel Display Specifications Revision 1.0 MOP-AL162A Parallel Display Specifications Revision 1.0 Revision History Revision Description Author 1.0 Initial Release Clark 0.2 Updates as per issue #333 Clark 0.1 Initial Draft Clark 1 Contents Revision

More information

12-BIT, 200-KSPS, 11 CHANNEL, LOW POWER, SERIAL ADC WITH INTERNAL REFERENCE

12-BIT, 200-KSPS, 11 CHANNEL, LOW POWER, SERIAL ADC WITH INTERNAL REFERENCE 2-BIT, 2-KSPS, CHANNEL, LOW POWER, SERIAL ADC WITH INTERNAL REFERENCE FEATURES 2-Bit-Resolution A/D Converter 2-KSPS (5-KSPS for 3 V) Throughput Over Operating Temperature Range Analog Input Channels 3

More information

SSD1316. Advance Information. 128 x 39 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1316. Advance Information. 128 x 39 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD36 Advance Information 28 x 39 Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new product Specifications

More information

DS1305EN. Serial Alarm Real-Time Clock

DS1305EN. Serial Alarm Real-Time Clock Serial Alarm Real-Time Clock www.maxim-ic.com FEATURES Real-time clock (RTC) counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap-year compensation valid up to

More information

3.3V CMOS 1-TO-5 CLOCK DRIVER

3.3V CMOS 1-TO-5 CLOCK DRIVER 3. CMOS 1-TO-5 CLOCK DRIVER 3. CMOS 1-TO-5 CLOCK DRIVER IDT74FCT38075 FEATURES: Advanced CMOS Technology Guaranteed low skew < 100ps (max.) Very low duty cycle distortion< 250ps (max.) High speed propagation

More information

KS COM / 132 SEG DRIVER & CONTROLLER FOR STN LCD

KS COM / 132 SEG DRIVER & CONTROLLER FOR STN LCD January.2000 Ver. 4.0 Prepared by: JaeSu, Ko Ko1942@samsung.co.kr Contents in this document are subject to change without notice. No part of this document may be reproduced or transmitted in any form or

More information

1.3inch OLED User Manual

1.3inch OLED User Manual 1.3inch OLED User Manual 1. Key Parameters Table 1: Key Parameters Driver Chip SH1106 Interface 3-wire SPI 4-wire SPI I2C Resolution 128*64 Display Size 1.3 inch Dimension 29mm*33mm Colors Yellow, Blue

More information

DOCUMENT REVISION HISTORY 1:

DOCUMENT REVISION HISTORY 1: PAGE 2 OF 12 DOCUMENT REVISION HISTORY 1: DOCUMENT REVISION FROM TO DATE DESCRIPTION CHANGED BY A 2008.11.19 First Release. (Based on LCD counter drawing: COG-DEMO1003 (Rev.0)) PHILIP CHENG CHECKED BY

More information

ISSI IS25C02 IS25C04 2K-BIT/4K-BIT SPI SERIAL ELECTRICALLY ERASABLE PROM FEATURES DESCRIPTION. Advanced Information January 2005

ISSI IS25C02 IS25C04 2K-BIT/4K-BIT SPI SERIAL ELECTRICALLY ERASABLE PROM FEATURES DESCRIPTION. Advanced Information January 2005 2K-BIT/4K-BIT SPI SERIAL ELECTRICALLY ERASABLE PROM January 2005 FEATURES Serial Peripheral Interface (SPI) Compatible Supports SPI Modes 0 (0,0) and 3 (1,1) Low power CMOS Active current less than 3.0

More information

CMOS IC 1/8, 1/9 Duty Dot Matrix LCD Display Controllers/Drivers with Key Input Function

CMOS IC 1/8, 1/9 Duty Dot Matrix LCD Display Controllers/Drivers with Key Input Function Ordering number : ENA47B LC7582PT CMOS IC /8, /9 Duty Dot Matrix LCD Display Controllers/Drivers with ey Input Function http://onsemi.com Overview The LC7582PT is /8, /9 duty dot matrix LCD display controllers/drivers

More information

Remote 16-bit I/O expander for Fm+ I 2 C-bus with interrupt and reset. Description

Remote 16-bit I/O expander for Fm+ I 2 C-bus with interrupt and reset. Description Remote 16-bit I/O expander for Fm+ I 2 C-bus with interrupt and reset Features Operation power supply voltage from 2.3V to 5.5V 16-bit remote I/O pins that default to inputs at powerup 1 MHz I 2 C-bus

More information

FC1021 Specification Voice Recorder IC

FC1021 Specification Voice Recorder IC Specification 1. General Description FC1021 is a (VRI) with the 14 bit ADC/DAC and the Power-On Reset (POR). FC1021 is adopted the Fusionchips s Sub-Band Codec(SBC) Algorithm for the compression the audio

More information

US x 32 OLED/PLED Segment/Common Driver with Controller For 20x4 Characters.

US x 32 OLED/PLED Segment/Common Driver with Controller For 20x4 Characters. US2066 100 x 32 OLED/PLED Segment/Common Driver with Controller For 20x4 Characters http://wwwwisechipcomtw i 1 General Description WiseChip Semiconductor Inc US2066 US2066 is a single-chip CMOS OLED/PLED

More information

ft6188 SPI- Controlled Dual SIM Card Controller GENERAL DESCRIPTION FEATURES APPLICATIONS APPLICATION CIRCUIT

ft6188 SPI- Controlled Dual SIM Card Controller GENERAL DESCRIPTION FEATURES APPLICATIONS APPLICATION CIRCUIT ft688 SPI- Controlled Dual SIM Card Controller GENERAL DESCRIPTION The ft688 is a SIM card controller specifically designed for dual SIM card enabled mobile phones. It supports both.8 and. SIM cards with

More information

USB Dedicated Charging Port Controller

USB Dedicated Charging Port Controller USB Dedicated Charging Port Controller DESCRIPTION AF9522 are dual channel USB dedicated charging port controller, it can auto-detect feature monitors USB data line voltage, and automatically provides

More information

This specification applies to VFD module(model No:20S207DA4) manufactured

This specification applies to VFD module(model No:20S207DA4) manufactured . SCOPE SDI 2S27DA4 (Tentative) Page 2 / 3 This specification applies to VFD module(model No:2S27DA4) manufactured by Samsung SDI. 2. FEATURES 2. Simple connection to the host system. Either parallel or

More information

VL-FS-MGLS12864T-14 REV. A (MGLS12864T-LV2-LED03) JAN./2002 DATE DESCRIPTION CHANGED BY

VL-FS-MGLS12864T-14 REV. A (MGLS12864T-LV2-LED03) JAN./2002 DATE DESCRIPTION CHANGED BY PAGE 2 OF 10 DOCUMENT REVISION HISTORY 1: DOCUMENT REVISION FROM TO DATE DESCRIPTION CHANGED BY A 2002.01.11 First Release (Based on the test specification VL-TS-MGLS12864T-14, REV. A, 2001.03.05) PHILIP

More information

S6B SEG / 65 COM DRIVER & CONTROLLER FOR STN LCD

S6B SEG / 65 COM DRIVER & CONTROLLER FOR STN LCD 132 SEG / 65 COM DRIVER & CONTROLLER FOR STN LCD June. 2000. Ver. 0.9 Prepared by Kyutae, Lim Kyetae@samsung.co.kr Contents in this document are subject to change without notice. No part of this document

More information

AF / 12. General Description. Features. Applications. Package. Pin. Configurations AF-V1.0. Analog Future

AF / 12. General Description. Features. Applications. Package. Pin. Configurations AF-V1.0. Analog Future 16-channel constant current LED driver chip General Description The 5024 is a constant current driver chip which is designed for LED lighting and LED screen. The size of the drive urrent can be adjusted

More information

High Temperature 128MB SPI Serial Flash Memory Module

High Temperature 128MB SPI Serial Flash Memory Module High Temperature 128MB SPI Serial Flash Memory Module Temperature Rating 175 C Part No.: 128MB08SF04 CMOS 3.3 Volt 8-bit 0.0750" 0.100" at 39 plcs 0.675" 0.500" 0.075" Pin 1 Dot (Filled White) 0.428" 0.500"

More information

SSD1307. Advance Information. 128 x 39 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1307. Advance Information. 128 x 39 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ SSD1307 Advance Information 128 x 39 Dot Matrix OLED/PLED Segment/Common

More information

SSD1329. Advance Information. 128 x 128 OLED Segment / Common Driver with Controller Equips with 16 Gray Scale Levels and 64 Hard Icon Lines

SSD1329. Advance Information. 128 x 128 OLED Segment / Common Driver with Controller Equips with 16 Gray Scale Levels and 64 Hard Icon Lines SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1329 Advance Information 128 x 128 OLED Segment / Common Driver with Controller Equips with 16 Gray Scale Levels and 64 Hard Icon Lines This document contains

More information

EA DIP128-6 LCD-GRAPHIC MODULE 128x64 DOTS

EA DIP128-6 LCD-GRAPHIC MODULE 128x64 DOTS 8.2008 EA DIP128-6 LCD-GRAPHIC MODULE 128x64 DOTS EA DIP128J-6N5LW EA DIP128J-6N5LE with pins EA DIP128-6N5LWTP FEATURES 75,0 x 45,8 x 10,8 mm * REAL BRIGHT AND CONTRASTY GRAPHIC DISPLAYS * EA DIP128-6N5LW:

More information

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY

AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: ACM1602B (WHITE EDGELIGHT) SERIES DATE: APRIL 28, 2003 1.0 MECHANICAL SPECS 1. Overall Module Size 84.0mm(W)

More information

PI4IOE5V bit I 2 C-bus and SMBus low power I/O port with interrupt and reset

PI4IOE5V bit I 2 C-bus and SMBus low power I/O port with interrupt and reset Features Operation power supply voltage from 2.3V to 5.5V 2-bit I 2 C-bus GPIO with interrupt and reset 5V tolerant I/Os Active Low interrupt output Active Low reset input Polarity inversion register Low

More information

SSD1327. Advance Information. 128 x 128, 16 Gray Scale Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1327. Advance Information. 128 x 128, 16 Gray Scale Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1327 Advance Information 128 x 128, 16 Gray Scale Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new

More information

RW CH Segment Driver

RW CH Segment Driver Functions: Dot matrix LCD driver with two 40 channel outputs Bias voltage (V1 ~ V4) Input/output signals Input : Serial display data and control pulse from controller IC Output : 40 X 2 channels waveform

More information

HEAD QUARTER. Floor 2, No 1008, Chung-Hsing Rd Sec 4, Chu-Tung, Hsinchu, 31061, Taiwan TEL: FAX: ShenZhen/China Office:

HEAD QUARTER. Floor 2, No 1008, Chung-Hsing Rd Sec 4, Chu-Tung, Hsinchu, 31061, Taiwan TEL: FAX: ShenZhen/China Office: HEAD QUARTER Floor 2, No 1008, Chung-Hsing Rd Sec 4, Chu-Tung, Hsinchu, 31061, Taiwan TEL: +886-3-5833899 FAX: +886-3-5830858 ShenZhen/China Office: TEL:+86-755-88250870 FAX:+86-755-88250872 MS311 DS www.mshinetek.com

More information

ACE24AC02A1 Two-wire Serial EEPROM

ACE24AC02A1 Two-wire Serial EEPROM Description The ACE24AC02A1 is 2048 bits of serial Electrical Erasable and Programmable Read Only Memory, commonly known as EEPROM. They are organized as 256 words of 8 bits (1 byte) each. The devices

More information

DS1306. Serial Alarm Real Time Clock (RTC)

DS1306. Serial Alarm Real Time Clock (RTC) www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid up to 2100 96-byte nonvolatile RAM for data

More information

TTP226. Preliminary 8 KEYS TOUCH PAD DETECTOR IC GENERAL DESCRIPTION

TTP226. Preliminary 8 KEYS TOUCH PAD DETECTOR IC GENERAL DESCRIPTION 8 KEYS TOUCH PAD DETECTOR IC GENERAL DESCRIPTION The TTP222 is a touch pad detector IC which offers 8 touch keys. The touching detection IC is designed for replacing traditional direct button key with

More information

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5 Single Chip Capacitive Touch Sensor Controller Specification Version: V1.4 Date: 2018/7/5 ILI TECHNOLOGY CORP. 8F., No.1, Taiyuan 2 nd St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) Tel.886-3-5600099;

More information

Specifications PMD-1208FS

Specifications PMD-1208FS Document Revision 1.1, May, 2005 Copyright 2005, Measurement Computing Corporation Typical for 25 C unless otherwise specified. Specifications in italic text are guaranteed by design. Analog input section

More information

DM1620. Parameter Dimension Unit

DM1620. Parameter Dimension Unit Ordering number : ENN1778C DM1620 DM1620 16 Characters 2 Lines Liquid Crystal Dot Matrix Display Module Overview The DM1620 is an LCD dot matrix display module that consists of an LCD panel and controller

More information

LCD driver for segment-type LCDs

LCD driver for segment-type LCDs LCD driver for segment-type LCDs The is a segment-type LCD system driver which can accommodate microcomputer control and a serial interface. An internal 4-bit common output and LCD drive power supply circuit

More information