HT8 MCU Integrated LCD Application Example (2) C Type Bias

Size: px
Start display at page:

Download "HT8 MCU Integrated LCD Application Example (2) C Type Bias"

Transcription

1 HT8 MCU Integrated LCD Application Example (2) C Type Bias D/N: AN0413E Introduction The Holtek LCD type MCUs provide four LCD driving schemes including the R type, C type, SCOM type as well as SCOM and SSEG type, each of which has its own features. This article will use the BS67F350 microcontroller as a model to show how to use the C type LCD driver through a specific example. Functional Description The nature of LCD require that only AC voltages can be applied to their pixels as the application of DC voltages to LCD pixels may cause permanent damage. For this reason the relative contrast of an LCD display is controlled by the actual RMS voltage applied to each pixel, which is equal to the RMS value of the voltage on the COM pin minus the voltage applied to the SEG pin. This differential RMS voltage must be greater than the LCD saturation voltage for the pixel to be on and less than the threshold voltage for the pixel to be off. So the LCD driver needs several voltage levels to generate the time and amplitude varying signals. The bias voltage of the C type LCD driver will be generated by an internal charge pump. VDD or VDD or VDD or ==3/2* == ==3* == ==2/3* ==2* ==1/2* ==1/3* == Power Supply from pin Power Supply from pin Power Supply from pin Note: The pin must be connected to the maximum voltage to prevent from the pad leakage. C Type Bias External Power Supply Scheme 1/3 Bias AN0413E.00 1 / 10 December 11, 2016

2 VDD or VDD == ==3/2* ==3* ==2/3* VDD == ==2* ==1/3* ==1/2* VREFIN == Power Supply from Power Supply from Power Supply from Note: The pin must be connected to the maximum voltage to prevent from the pad leakage. C Type Bias Internal Power Supply Scheme 1/3 Bias Operating Principles An area of Data Memory is especially reserved for use for the LCD display data. This data area is known as the LCD Memory. Any data written here will be automatically read by the internal display driver circuits, which will in turn automatically generate the necessary LCD driving signals. Therefore any data written into this Memory will be immediately reflected into the actual display connected to the microcontroller. As the LCD Memory addresses overlap those of the General Purpose Data Memory, it is stored in its own independent Sector 4 area. The Data Memory sector to be used is chosen by using the Memory Pointer high byte register, which is a special function register in the Data Memory, with the name, MP1H or MP2H. To access the LCD Memory therefore requires first that Sector 4 is selected by writing a value of 04H to the MP1H or MP2H register. After this, the memory can then be accessed by using indirect addressing through the use of Memory Pointer low byte, MP1L or MP2L. With Sector 4 selected, then using MP1L or MP2L to read or write to the memory area, starting with address 00H for all the devices, will result in operations to the LCD Memory. Directly addressing the LCD Display Memory can be implemented using the extended instructions for the full range address access. The accompanying LCD Memory Map diagrams shows how the internal LCD Memory is mapped to the Segments and Commons of the display for the devices. 00H 01H 02H 03H b3 b2 b1 b0 SEG 0 SEG 1 SEG 2 SEG 3 1CH 1DH 1EH 1FH SEG 28 SEG 29 SEG 30 SEG 31 COM 0 COM 1 COM 2 COM 3 32 SEG x 4 COM BS67F350 LCD Memory Map AN0413E.00 2 / 10 December 11, 2016

3 The best frame frequency is in the range of 25Hz~250Hz. If a higher frequency is provided, it will lead to an increase in the driver power consumption while if too low a frequency is used, it will result in display flickering. The LCD clock source is the internal clock signal, f SUB, divided by 8 using an internal divider circuit. The f SUB internal clock is supplied by either the LIRC or LXT oscillator, the choice of which is determined by a software control bit. For proper LCD operation, this arrangement is provided to generate an ideal LCD clock source frequency of 4kHz. There are control registers, named as LCDC0 and LCD, in the Data Memory which is used to control the various setup features such as LCD wave type, bias type, supply power selection, total bias resistor selection together with the overall LCD enable and disable control. The time and amplitude varying signals generated by the LCD Driver function require the generation of several voltage levels for their operation. For C type biasing, the C type bias voltage source is selected using the LCDP1 and LCDP0 bits in the LCDC0 register. When the LCDP1 and LCDP0 bits are set to 00, the LCD voltage source can be supplied on the external pin, or. When the LCDP1 and LCDP0 bits are set to 01, 10 and 11, the LCD voltage source can be derived from the internal voltage source. The C type biasing scheme uses an internal charge pump circuit which can generate voltages higher than what is supplied on or. This feature is useful in applications where the microcontroller supply voltage is less than the supply voltage required by the LCD. Additional charge pump capacitors must also be connected between pins and to generate the necessary voltage levels. For the C type 1/3 bias external power supply scheme, the LCD power can be supplied on, or pin. However, the LCD power is internally supplied on V A, V B or V C for the C type 1/3 bias internal power supply scheme. Four internally generated voltage levels V SS, V A, V B and V C are utilised. These bias voltages have different levels depending upon different LCD power supply schemes. LCD Power Supply V A Voltage V B Voltage V C Voltage External Power Supply Internal Power Supply V IN = V IN 2/3 V IN 1/3 V IN V IN = V 3/2 V IN V IN 1/2 V IN V IN = 3 V IN 2 V IN V IN V A = V DD V DD 2/3 V DD 1/3 V DD V B = V DD 3/2 V DD V DD 1/2 V DD V C = V REFIN 3 V REFIN 2 V REFIN V REFIN C Type Bias Power Supply Scheme AN0413E.00 3 / 10 December 11, 2016

4 The connection to the pin depends upon the LCD power supply scheme. It is extremely important to ensure that these charge pump generated internal voltages do not exceed the maximum V DD voltage of 5.5V Condition V DD > V 1.5 Otherwise Connection Connect to VDD Connect to C Type Bias Pin Connection The requirement to limit the DC voltage to zero and to control as many pixels as possible with a minimum number of connections requires that both a time and amplitude signal is generated and applied to the application LCD. These time and amplitude varying signals are automatically generated by the LCD driver circuits in the microcontroller. What is known as the duty determines the number of common lines used, which are also known as backplanes or COMs. The duty, which is to have a value of 1/4 and which equates to a COM number of 4, therefore defines the number of time divisions within each LCD signal frame. Two types of signal generation are also provided, known as Type A and Type B, the required type is selected via the TYPE bit in the LCDC0 register. Type B offers lower frequency signals, however, lower frequencies may introduce flickering and influence display clarity. AN0413E.00 4 / 10 December 11, 2016

5 LCD Display Off Mode COM0 ~ COM3 All sengment outputs Normal Operation Mode 1 Frame COM0 COM1 COM2 COM3 All segments are OFF COM0 side segments are ON COM1 side segments are ON COM2 side segments are ON COM3 side segments are ON COM0,1 side segments are ON COM0,2 side segments are ON COM0,3 side segments are ON (other combinations are omitted) All sengments are ON LCD Driver Output Type A, 1/4 Duty, 1/3 Bias AN0413E.00 5 / 10 December 11, 2016

6 LCD Display Off Mode COM0 ~ COM3 All sengment outputs Normal Operation Mode 1 Frame COM0 COM1 COM2 COM3 All segments are OFF COM0 side segments are ON COM1 side segments are ON COM2 side segments are ON COM3 side segments are ON COM0,1 side segments are ON COM0,2 side segments are ON COM0,3 side segments are ON (other combinations are omitted) All sengments are ON LCD Driver Output Type B, 1/4 Duty, 1/3 Bias AN0413E.00 6 / 10 December 11, 2016

7 When using a C type LCD driver, the setup steps are summarised in the following table: Step Operation Register Setting bits Functional Description Set the pin-shared pin as a SEG pin LCD waveform type selection LCD bias type selection C type bias LCD power supply selection LCD function enable control LCD pixel light/dark control PXSn PXSnn Select SEG function LCDC0 LCDC0 LCDC0 LCDC0 TYPE: 0: Type A 1: Type B RCT: 0: R Type 1: C Type LCDP1~LCDP0: 00: From external pin, or 01: From internal reference voltage V REFIN supplied to 10: From internal voltage VDD supplied to 11: From internal voltage VDD supplied to LCDEN: 0: Disable 1: Enable Use LCD RAM data Select LCD waveform type Select LCD bias type Select C type bias LCD power supply Enable LCD function Control the LCD pixel on/off H/W Description 10uF VDD C3 C4 C C6 4 C C U1 PA1/CTP0_0/ PA5/CTP0_1/ PA6/CTCK0/INT0/ COM0 COM1 COM2 COM3 SEG31 SEG30 SEG29 SEG28 SEG27 SEG26 SEG25 SEG PA2/SCSB/OCDSCK PA0/SDO/OCDSDA PA3/XT1 PA4/XT2 VDD PB0/VREF/RESB/SDI/SDA/AN0 PB1/SCK/SCL/AN1 PB2/PTP0_0/PTP0I_0/TX/AN2 PB3/RX/AN3 PB4/PTP0_1/PTP0I_1/AN4/KEY1 PB5/STCK0/AN5/KEY2 PB6/PTCK0/AN6/KEY3 PB7/INT1/AN7/KEY4 SEG23 SEG22 SEG21 SEG20 SEG19 SEG18 SEG17 SEG16 SEG15 SEG14 SEG13 SEG12 SEG11 SEG10 SEG9 SEG PC0/KEY5 P/KEY6 P/KEY7 PC3/KEY8 PC4/KEY9 PC5/KEY10 PC6/KEY11 PC7/KEY12 SEG0 SEG1 SEG2 SEG3 SEG4 SEG5 SEG6 SEG S0 39 S1 38 S2 37 S3 36 S4 35 S5 34 S6 33 S7 COM0 1 C0 COM1 2 COM2 3 COM3 4 C3 SEG0 5 S0 SEG1 6 S1 SEG2 7 S2 SEG3 8 S3 SEG4 9 S4 SEG5 10 S5 SEG6 11 S6 SEG7 12 S7 SEG8 13 S8 LCD PANEL BS67F350 S8 Description: Here we focus on the BS67F350 application circuit. The LCD operating voltage,, is equal to 5V which is applied to the pin. The LCD driver can provide four voltage levels V A, V B, V C and V SS, so the bias type is 1/3. There are four COM lines, so the Duty is 1/4. AN0413E.00 7 / 10 December 11, 2016

8 S/W Description LCD Panel Description In this example, using the following LCD as a model, we will show a program to display the clock by using 4 COM lines with 9 SEG lines. In this program, the clock source is derived from the timer. In the LCD panel, the digit[1:2] field displays the Minute, the digit[3:4] field displays the Second and the COL flashes at a frequency of 1Hz. S/W Flowchart Start Second++ Sysint Second=60? No i=0 Yes Second=0 Minute++ Reach 0.5s? Yes No Minute=60? No Flash Col(:) Refresh Diplay i++ Yes Minute=0 Toggle AM/PM i<2 No Yes Refresh Diplay AN0413E.00 8 / 10 December 11, 2016

9 ISR Sec_Counter-- Sec_Counter=0? No Yes Sec_Counter=125 FG_HalfSec=1 RETI Conclusion Through the application example above, a description has been provided of how to use the C type LCD driver which users can adapt for their different applications. Version and modify information Date Author Issue and Revision David Xue First Version Reference Files 1. BS67F350 Datasheet 2. Related Firmware Archives BS67F350_C_Type.rar For more information, refer to the Holtek s official website AN0413E.00 9 / 10 December 11, 2016

10 Disclaimer Disclaimer All information, trademarks, logos, graphics, videos, audio clips, links and other items appearing on this website ('Information') are for reference only and is subject to change at any time without prior notice and at the discretion of Holtek Semiconductor Inc. (herein after 'Holtek', 'the company', 'us', 'we' or 'our'). Whilst Holtek endeavors to ensure the accuracy of the Information on this website, no express or implied warranty is given by Holtek to the accuracy of the Information. Holtek shall bear no responsibility for any incorrectness or leakage. Holtek shall not be liable for any damages (including but not limited to computer virus, system problems or data loss) whatsoever arising in using or in connection with the use of this website by any party. There may be links in this area, which allow you to visit the websites of other companies. These websites are not controlled by Holtek. Holtek will bear no responsibility and no guarantee to whatsoever Information displayed at such sites. Hyperlinks to other websites are at your own risk. Limitation of Liability In no event shall Holtek Limited be liable to any other party for any loss or damage whatsoever or howsoever caused directly or indirectly in connection with your access to or use of this website, the content thereon or any goods, materials or services. Governing Law The Disclaimer contained in the website shall be governed by and interpreted in accordance with the laws of the Republic of China. Users will submit to the non-exclusive jurisdiction of the Republic of China courts. Update of Disclaimer Holtek reserves the right to update the Disclaimer at any time with or without prior notice, all changes are effective immediately upon posting to the website. AN0413E / 10 December 11, 2016

Using the HT1628 for Washing Machine Panel Display

Using the HT1628 for Washing Machine Panel Display Using the HT1628 for Washing Machine Panel Display D/N: AN0476E Introduction The HT1628 device is a RAM-mapped multifunction LCD control driver IC which operates with a 1/1 or 1/2 Duty. The device output

More information

Table 1. EBI Bus Control Signals

Table 1. EBI Bus Control Signals HT32 Series EBI /N: AN0470E Overview The parallel bus interface used for the HT32 microcontroller family, named EBI or the External Bus Interface, allows access to external asynchronous parallel bus devices

More information

HT9B92 RAM Mapping 36 4 LCD Driver

HT9B92 RAM Mapping 36 4 LCD Driver RAM Mapping 36 4 LCD Driver Feature Logic Operating Voltage: 2.4V~5.5V Integrated oscillator circuitry Bias: 1/2 or 1/3; Duty: 1/4 Internal LCD bias generation with voltage-follower buffers External pin

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ HT1620 RAM Mapping 324 LCD Controller for I/O MCU Features Logic operating voltage: 2.4V~3.3V LCD voltage: 3.6V~4.9V

More information

V6118 EM MICROELECTRONIC - MARIN SA. 2, 4 and 8 Mutiplex LCD Driver

V6118 EM MICROELECTRONIC - MARIN SA. 2, 4 and 8 Mutiplex LCD Driver EM MICROELECTRONIC - MARIN SA 2, 4 and 8 Mutiplex LCD Driver Description The is a universal low multiplex LCD driver. The version 2 drives two ways multiplex (two blackplanes) LCD, the version 4, four

More information

Integrated Circuit for Musical Instrument Tuners

Integrated Circuit for Musical Instrument Tuners Document History Release Date Purpose 8 March 2006 Initial prototype 27 April 2006 Add information on clip indication, MIDI enable, 20MHz operation, crystal oscillator and anti-alias filter. 8 May 2006

More information

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of

Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of Hello and welcome to this training module for the STM32L4 Liquid Crystal Display (LCD) controller. This controller can be used in a wide range of applications such as home appliances, medical, automotive,

More information

IS01BFRGB LCD SmartDisplay from NKK Switches Low cost implementation featuring the ATtiny13A from Atmel Complete software solution

IS01BFRGB LCD SmartDisplay from NKK Switches Low cost implementation featuring the ATtiny13A from Atmel Complete software solution DKAN0002A Bit-banging the SmartDisplay 09 June 2009 Features IS01BFRGB LCD SmartDisplay from NKK Switches Low cost implementation featuring the ATtiny13A from Atmel Complete software solution Introduction

More information

IS01BFRGB LCD SmartDisplay from NKK Switches Simple implementation featuring the ATmega88PA from Atmel Complete software solution

IS01BFRGB LCD SmartDisplay from NKK Switches Simple implementation featuring the ATmega88PA from Atmel Complete software solution DKAN0003A Controlling the SmartDisplay with a SPI Peripheral 09 June 009 Features IS01BFRGB LCD SmartDisplay from NKK Switches Simple implementation featuring the ATmega88PA from Atmel Complete software

More information

CPE 323: MSP430 LCD_A Controller

CPE 323: MSP430 LCD_A Controller CPE 323: MSP430 LCD_A Controller Aleksandar Milenkovic Electrical and Computer Engineering The University of Alabama in Huntsville milenka@ece.uah.edu http://www.ece.uah.edu/~milenka MSP430xG461x Microcontroller

More information

S6B CH SEGMENT DRIVER FOR DOT MATRIX LCD

S6B CH SEGMENT DRIVER FOR DOT MATRIX LCD 64 CH SEGMENT DRIVER FOR DOT MATRIX LCD June. 2000. Ver. 0.0 Contents in this document are subject to change without notice. No part of this document may be reproduced or transmitted in any form or by

More information

LCD Triplex Drive with COP820CJ

LCD Triplex Drive with COP820CJ LCD Triplex Drive with COP820CJ INTRODUCTION There are many applications which use a microcontroller in combination with a Liquid Crystal Display. The normal method to control a LCD panel is to connect

More information

AN Cascading NXP LCD segment drivers. Document information. Keywords

AN Cascading NXP LCD segment drivers. Document information. Keywords Rev. 1 12 February 2014 Application note Document information Info Keywords Abstract Content PCF8576C, PCA8576C, PCF8576D, PCA8576D, PCA8576F, PCF8532, PCF8533, PCA8533, PCF8534, PCA8534, PCF8562, PCF85132,

More information

64CH SEGMENT DRIVER FOR DOT MATRIX LCD

64CH SEGMENT DRIVER FOR DOT MATRIX LCD 64CH SEGMENT DRIVER FOR DOT MATRIX LCD INTRODUCTION The (TQFP type: S6B2108) is a LCD driver LSI with 64 channel output for dot matrix liquid crystal graphic display systems. This device consists of the

More information

AN1324 APPLICATION NOTE

AN1324 APPLICATION NOTE AN1324 APPLICATION NOTE CALIBRATING THE RC OSCILLATOR OF THE ST7FLITE0 MCU USING THE MAINS by Microcontroller Division Applications 1 INTRODUCTION The ST7FLITE0 microcontroller contains an internal RC

More information

This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input.

This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input. R8C/25 Group 1. Abstract This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input. 2. Introduction The application example described in this document applies

More information

AN2415 Application note

AN2415 Application note AN Application note Using the output detection feature of the high-brightness LED driver STP0CDC evaluation board Introduction Note: This document describes how to implement a complete solution for driving

More information

SmartSwitch TM. Wide View LCD 36 x 24 Pushbutton DISTINCTIVE CHARACTERISTICS PART NUMBER & DESCRIPTION

SmartSwitch TM. Wide View LCD 36 x 24 Pushbutton DISTINCTIVE CHARACTERISTICS PART NUMBER & DESCRIPTION Wide View LCD 36 x Pushbutton DISTINCTIVE CHARACTERISTICS Standard with Enhanced LED Illumination: Broad and even light diffusion Consistent backlighting Low energy consumption Programmable LCD Variety

More information

EM6126 EM MICROELECTRONIC - MARIN SA. Digitally programmable 65 and 81 multiplex rate LCD Controller and Driver. Features. Typical Applications

EM6126 EM MICROELECTRONIC - MARIN SA. Digitally programmable 65 and 81 multiplex rate LCD Controller and Driver. Features. Typical Applications EM MICROELECTRONIC - MARIN SA EM616 Digitally programmable 65 and 81 multiplex rate LCD Controller and Driver Features Slim IC for COG, COF and COB technologies I C & Serial bus interface Internal display

More information

ABOV SEMICONDUCTOR 11 SEGMENT X 7 GRID LED DRIVER WITH KEYSCAN MC2302. Data Sheet (Ver. 1.20)

ABOV SEMICONDUCTOR 11 SEGMENT X 7 GRID LED DRIVER WITH KEYSCAN MC2302. Data Sheet (Ver. 1.20) ABOV SEMICONDUCTOR 11 SEGMENT X 7 GRID LED DRIVER WITH KEYSCAN MC2302 Data Sheet (Ver. 1.20) Version 1.20 Published by FAE Team 2008 ABOV Semiconductor Co., Ltd. All right reserved Additional information

More information

Part Number Terminals LCD Mode LED Color. * Simultaneous RGB illumination achieves infinite colors. Forward Current I F 20mA Power Dissipation P d mw

Part Number Terminals LCD Mode LED Color. * Simultaneous RGB illumination achieves infinite colors. Forward Current I F 20mA Power Dissipation P d mw Wide View 36 x Display DISTINCTIVE CHARACTERISTICS Standard with Enhanced Illumination: Programmable to display graphics, alphanumeric characters and animated sequences. Standard SMARTDISPLAY TM can be

More information

ABOV SEMICONDUCTOR 10 SEGMENT X 7 GRID LED DRIVER WITH KEYSCAN MC2102. Data Sheet (Ver. 1.21)

ABOV SEMICONDUCTOR 10 SEGMENT X 7 GRID LED DRIVER WITH KEYSCAN MC2102. Data Sheet (Ver. 1.21) ABOV SEMICONDUCTOR 10 SEGMENT X 7 GRID LED DRIVER WITH KEYSCAN MC2102 Data Sheet (Ver. 1.21) Version 1.21 Published by FAE Team 2008 ABOV Semiconductor Co., Ltd. All right reserved Additional information

More information

Compact Size Perfect for rack mount router and other applications with space limitations.

Compact Size Perfect for rack mount router and other applications with space limitations. Wide View Compact LCD 6 x Pushbutton DISTINCTIVE CHARACTERISTICS Compact Size Perfect for rack mount router and other applications with space limitations. Compact body size: 19.0mm (.78 ) x 18.0mm (.709

More information

Configuring the Élan SC300 Device s Internal CGA Controller for a Specific LCD Panel

Configuring the Élan SC300 Device s Internal CGA Controller for a Specific LCD Panel Configuring the Élan SC300 Device s Internal CGA Controller for a Specific LCD Panel Application Note This application note explains how to determine if a specific LCD panel is supported by the Élan TM

More information

AN0057.0: EFM32 Series 0 LCD Driver

AN0057.0: EFM32 Series 0 LCD Driver This application note provides a description of how passive segment LCD displays work and how they can be interfaced with the EFM32. This application note includes: This PDF document Source files (zip)

More information

Segment LCD Driver Datasheet SLCD V 2.10

Segment LCD Driver Datasheet SLCD V 2.10 Driver Datasheet SLCD V 2.10 001-64830 Rev. *E Segment LCD Copyright 2009-2013 Cypress Semiconductor Corporation. All Rights Reserved. Resources PSoC Blocks API Memory Digital Analog CT Analog SC Flash

More information

This document describes a program for 7-segment LED display (dynamic lighting).

This document describes a program for 7-segment LED display (dynamic lighting). R8C/25 Group 1. Abstract This document describes a program for 7-segment LED display (dynamic lighting). 2. Introduction The application example described in this document applies to the following MCU

More information

AN202 LOW PIN-COUNT LCD INTERFACE. Relevant Devices This application note applies to the following devices: C8051F330, C8051F330D, C8051F331

AN202 LOW PIN-COUNT LCD INTERFACE. Relevant Devices This application note applies to the following devices: C8051F330, C8051F330D, C8051F331 AN22 LOW PIN-COUNT LCD INTERFACE Relevant Devices This application note applies to the following devices: C851F33, C851F33D, C851F331 1. Introduction This application note provides an example interface

More information

MT x 12 Analog Switch Array

MT x 12 Analog Switch Array MT885 8 x 2 Analog Switch Array Features Internal control latches and address decoder Short set-up and hold times Wide operating voltage: 4.5V to 3.2V 2Vpp analog signal capability R ON 65 max. @ V DD

More information

VFD Driver/Controller IC

VFD Driver/Controller IC 查询 供应商 Tel : 886-2-29162151 DESCRIPTION is a Vacuum Fluorescent Display (VFD) Controller driven on a 1/4 to 1/12 duty factor. Sixteen segment output lines, 4 grid output lines, 8 segment/grid output drive

More information

Figure 1: AHK1421 Evaluation Board Pictures.

Figure 1: AHK1421 Evaluation Board Pictures. Introduction EVALUATION BOARD DATA SHEET The AHK evaluation board demonstrates functionality of the AHK and its application as a white LED backlight driver under Skyworks' S Cwire serial digital interface

More information

STEVAL-ILH004V1. 70 W electronic ballast for metal halide lamp (HID) based on the L6382D5 and ST7FLITE49K2. Features. Description

STEVAL-ILH004V1. 70 W electronic ballast for metal halide lamp (HID) based on the L6382D5 and ST7FLITE49K2. Features. Description 70 W electronic ballast for metal halide lamp (HID) based on the L6382D5 and ST7FLITE49K2 Data brief Features Minimum mains voltage (rms value): 85 V Maximum mains voltage (rms value) : 265 V Minimum mains

More information

MT8806 ISO-CMOS 8x4AnalogSwitchArray

MT8806 ISO-CMOS 8x4AnalogSwitchArray MT886 ISO-CMOS 8x4AnalogSwitchArray Features Internal control latches and address decoder Short set-up and hold times Wide operating voltage: 4.5 V to 3.2 V 2Vpp analog signal capability R ON 65 max. @

More information

Sitronix ST CH Segment Driver for Dot Matrix LCD. !"Dot matrix LCD driver with two 40 channel

Sitronix ST CH Segment Driver for Dot Matrix LCD. !Dot matrix LCD driver with two 40 channel ST Sitronix ST7063 80CH Segment Driver for Dot Matrix LCD Functions Features!"Dot matrix LCD driver with two 40 channel outputs!"bias voltage (V1 ~ V4)!"input/output signals #"Input : Serial display data

More information

STEVAL-IHT005V2. Demonstration board with full 3.3 V ACS/Triac control using the STM32F100. Description. Features

STEVAL-IHT005V2. Demonstration board with full 3.3 V ACS/Triac control using the STM32F100. Description. Features Demonstration board with full 3.3 V ACS/Triac control using the STM32F100 Data brief IEC 61000-4-4 pre-compliance test passed (burst up to 8 kv) IEC 61000-4-5 pre-compliance test passed (surge up to 2

More information

MM5452/MM5453 Liquid Crystal Display Drivers

MM5452/MM5453 Liquid Crystal Display Drivers Liquid Crystal Display Drivers General Description The MM5452 is a monolithic integrated circuit utilizing CMOS metal gate, low threshold enhancement mode devices. It is available in a 40-pin molded package.

More information

LM8562. Digital Alarm Clock. Package Dimensions. Overview. Features. Specifications

LM8562. Digital Alarm Clock. Package Dimensions. Overview. Features. Specifications Ordering number: EN 2658A PMOS LSI LM8562 Digital Alarm Clock Overview The LM8562 is a digital clock-use LSI having features such as easy setting, two alarms. Since the LM8562 is designed to be able to

More information

Sitronix ST7921. Features : General Description : 96CH Segment Driver For Dot Matrix LCD

Sitronix ST7921. Features : General Description : 96CH Segment Driver For Dot Matrix LCD ST Sitronix PRELIINARY 96CH Segment Driver For Dot atrix LCD Features :!"Display driving bias : static to 1/5!"Power supply for logic : 2.7V ~ 5.5V!"Power supply for LCD voltage (V 0 ~V SS ) : 3V ~ 8V!"Dot

More information

STEVAL-IHM043V1. 6-step BLDC sensorless driver board based on the STM32F051 and L6234. Features. Description

STEVAL-IHM043V1. 6-step BLDC sensorless driver board based on the STM32F051 and L6234. Features. Description 6-step BLDC sensorless driver board based on the STM32F051 and L6234 Features Input voltage range: 7 to 42 V dc Output current: 2 A (5 A peak) Can operate up to 100% duty cycle RoHS compliant Description

More information

AN3075 Application note

AN3075 Application note Application note Demonstration board user guidelines for the STC3100 battery monitor for gas gauge applications Introduction This application note describes the STEVAL-ISB009V1, a demonstration board specifically

More information

DLP Pico Chipset Interface Manual

DLP Pico Chipset Interface Manual Data Sheet TI DN 2510477 Rev A May 2009 DLP Pico Chipset Interface Manual Data Sheet TI DN 2510477 Rev A May 2009 IMPORTANT NOTICE BEFORE USING TECHNICAL INFORMATION, THE USER SHOULD CAREFULLY READ THE

More information

64CH SEGMENT DRIVER FOR DOT MATRIX LCD INTRODUCTION FEATURES 100 QFP-1420C

64CH SEGMENT DRIVER FOR DOT MATRIX LCD INTRODUCTION FEATURES 100 QFP-1420C INTRODUCTION The KS0108B is a LCD driver LSl with 64 channel output for dot matrix liquid crystal graphic display systems. This device consists of the display RAM, 64 bit data latch, 64 bit drivers and

More information

Sitronix ST7921. !"Features : !"General Description : 96CH Segment Driver For Dot Matrix LCD

Sitronix ST7921. !Features : !General Description : 96CH Segment Driver For Dot Matrix LCD ST Sitronix PRELIINARY ST7921 96CH Segment Driver For Dot atrix LCD!"Features : #"Display driving bias : static to 1/5 #"Power supply for logic : 2.7V ~ 5.5V #"Power supply for LCD voltage (V 0 ~V SS )

More information

HCS08 SG Family Background Debug Mode Entry

HCS08 SG Family Background Debug Mode Entry Freescale Semiconductor Application Note Document Number: AN3762 Rev. 0, 08/2008 HCS08 SG Family Background Debug Mode Entry by: Carl Hu Sr. Field Applications Engineer Kokomo, IN, USA 1 Introduction The

More information

AN2687 Application note

AN2687 Application note AN267 Application note SMS20xxx LCD software driver Introduction his application note describes two different methods for driving liquid crystal displays (LCD) with any standard SMS20xxx microcontroller

More information

SC75823E/W. Silan Semiconductors 1/3 DUTY GENERAL-PURPOSE LCD DRIVER HANGZHOU SILAN MICROELECTRONICS CO.,LTD DESCRIPTION FEATURES ORDERING INFORMATION

SC75823E/W. Silan Semiconductors 1/3 DUTY GENERAL-PURPOSE LCD DRIVER HANGZHOU SILAN MICROELECTRONICS CO.,LTD DESCRIPTION FEATURES ORDERING INFORMATION 1/3 DUTY GENERAL-PURPOSE LCD DRIVER DESCRIPTION The is a general-purpose LCD driver that can be used for frequency display in microprocessor-controlled radio receives and in other display applications.

More information

ECE 2274 Pre-Lab for Experiment Timer Chip

ECE 2274 Pre-Lab for Experiment Timer Chip ECE 2274 Pre-Lab for Experiment 6 555 Timer Chip Introduction to the 555 Timer The 555 IC is a popular chip for acting as multivibrators. Go to the web to obtain a data sheet to be turn-in with the pre-lab.

More information

HD66766 Rev. 1.0 / 30 November 2001 HD (132 x 176-dot Graphics LCD Controller/Driver for 65K Colors)

HD66766 Rev. 1.0 / 30 November 2001 HD (132 x 176-dot Graphics LCD Controller/Driver for 65K Colors) HD66766 Rev.. / 3 November 2 HD66766 (32 x 76-dot Graphics LCD Controller/Driver for 65K Colors) Rev.. November, 2 Description The HD66766, color-graphics LCD controller and driver LSI, displays 32-by-76-dot

More information

KS0108B 64CH SEGMENT DRIVER FOR DOT MATRIX LCD INTRODUCTION 100 QFP

KS0108B 64CH SEGMENT DRIVER FOR DOT MATRIX LCD INTRODUCTION 100 QFP INTRODUCTION 100 QFP The KS0108B is a LCD driver LSl with 64 channel output for dot matrix liquid crystal graphic display system. This device consists of the display RAM, 64 bit data latch 64 bit drivers

More information

SSD1305. Advance Information. 132 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller

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

More information

SmartSwitch. Wide View LCD 36 x 24 Pushbuttons & Display DISTINCTIVE CHARACTERISTICS PART NUMBERS & DESCRIPTIONS

SmartSwitch. Wide View LCD 36 x 24 Pushbuttons & Display DISTINCTIVE CHARACTERISTICS PART NUMBERS & DESCRIPTIONS Wide View LCD 36 x 24 Pushbuttons & Display DISTINCTIV CHARACTRISTICS Standard with nhanced LD Illumination: Broad and even light diffusion Consistent backlighting Low energy consumption Programmable LCD

More information

Nixie Clock Type Quattro'

Nixie Clock Type Quattro' Assembly Instructions And User Guide Nixie Clock Type Quattro' - 1 - Issue Number Date REVISION HISTORY 2 8 Sept 2012 Errors corrected 1 27 July 2012 New document Reason for Issue - 2 - 1.1 Nixie Quattro

More information

NT Output LCD Segment/Common Driver NT7701. Features. General Description. Pin Configuration 1 V1.0

NT Output LCD Segment/Common Driver NT7701. Features. General Description. Pin Configuration 1 V1.0 160 Output LCD Segment/Common Driver Features (Segment mode)! Shift Clock frequency : 14 MHz (Max.) (VDD = 5V ± 10%) 8 MHz (Max.) (VDD = 2.5V - 4.5V)! Adopts a data bus system! 4-bit/8-bit parallel input

More information

Thiscontrolerdatasheetwasdownloadedfrom htp:/ SSD1331. Advance Information

Thiscontrolerdatasheetwasdownloadedfrom htp:/  SSD1331. Advance Information SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ SSD1331 Advance Information 96RGB x 64 Dot Matrix OLED/PLED Segment/Common

More information

LIQUID CRYSTAL DISPLAY MODULE MODEL: AWG-S32240AMBHSGWH-A Customer s No.:

LIQUID CRYSTAL DISPLAY MODULE MODEL: AWG-S32240AMBHSGWH-A Customer s No.: A 2008/10/6 1 / 21 LIQUID CRYSTAL DISPLAY MODULE MODEL: AWG-S32240AMBHSGWH-A Customer s No.: Acceptance Approved and Checked by Approved by Checked by Made by 樺叡 2008/10/06 NICK 樺叡 2008/10/06 JOE 樺叡 2008/10/06

More information

LED Driver IC IK2108A TECHNICAL DATA. Description

LED Driver IC IK2108A TECHNICAL DATA. Description TECHNICAL DATA LED Driver IC IK2108A Description The IK2108A are anode-grid LED display drives 5.0V~18.0V with output size 8 digits x 14 segments to 12 digits x 10 segments and addition key scan function.

More information

uresearch GRAVITECH.US GRAVITECH GROUP Copyright 2007 MicroResearch GRAVITECH GROUP

uresearch GRAVITECH.US GRAVITECH GROUP Copyright 2007 MicroResearch GRAVITECH GROUP GRAVITECH.US uresearch GRAVITECH GROUP Description The I2C-7SEG board is a 5-pin CMOS device that provides 4-digit of 7-segment display using I 2 C bus. There are no external components required. Only

More information

Is Now Part of To learn more about ON Semiconductor, please visit our website at

Is Now Part of To learn more about ON Semiconductor, please visit our website at Is Now Part of To learn more about ON Semiconductor, please visit our website at www.onsemi.com ON Semiconductor and the ON Semiconductor logo are trademarks of Semiconductor Components Industries, LLC

More information

Is Now Part of To learn more about ON Semiconductor, please visit our website at

Is Now Part of To learn more about ON Semiconductor, please visit our website at Is Now Part of To learn more about ON Semiconductor, please visit our website at www.onsemi.com ON Semiconductor and the ON Semiconductor logo are trademarks of Semiconductor Components Industries, LLC

More information

HCF4054B 4 SEGMENT LIQUID CRYSTAL DISPLAY DRIVER WITH STROBED LATCH FUNCTION

HCF4054B 4 SEGMENT LIQUID CRYSTAL DISPLAY DRIVER WITH STROBED LATCH FUNCTION 4 SEGMENT LIQUID CRYSTAL DISPLAY DRIVER WITH STROBED LATCH FUNCTION QUIESCENT CURRENT SPECIF. UP TO 20V OPERATION OF LIQUID CRYSTALS WITH CMOS CIRCUITS PROVIDES ULTRA LOW POWER DISPLAYS EQUIVALENT AC OUTPUT

More information

SmartSwitch TM. Wide View Compact LCD 64 x 32 Pushbutton DISTINCTIVE CHARACTERISTICS PART NUMBER & DESCRIPTION

SmartSwitch TM. Wide View Compact LCD 64 x 32 Pushbutton DISTINCTIVE CHARACTERISTICS PART NUMBER & DESCRIPTION Wide View Compact LCD x Pushbutton SmartSwitch TM DISTINCTIVE CHARACTERISTICS Compact Size Combined with High Resolution High resolution of x pixels colors of backlighting can be controlled dynamically

More information

The tracer - A dual range tester for semiconductors and other components.

The tracer - A dual range tester for semiconductors and other components. The tracer - A dual range tester for semiconductors and other components. Introduction The Electro resales tracer is a modern implementation of a testing device developed originally to assist service professionals

More information

Hitachi Europe Ltd. ISSUE : app084/1.0 APPLICATION NOTE DATE : 28/04/99

Hitachi Europe Ltd. ISSUE : app084/1.0 APPLICATION NOTE DATE : 28/04/99 APPLICATION NOTE DATE : 28/04/99 Design Considerations when using a Hitachi Medium Resolution Dot Matrix Graphics LCD Introduction Hitachi produces a wide range of monochrome medium resolution dot matrix

More information

Multi-channel LED driver with integrated boost controller for medium, large LCD panel backlight based on LED7708 and STM32F103C6T6A

Multi-channel LED driver with integrated boost controller for medium, large LCD panel backlight based on LED7708 and STM32F103C6T6A Multi-channel LED driver with integrated boost controller for medium, large LCD panel backlight based on LED7708 and STM32F103C6T6A Features Data brief Wide DC input voltage: 10 V to 28 V Integrated boost

More information

NT Output LCD Segment/Common Driver. Features. General Description. Pin Configuration 1 V1.0 NT7702

NT Output LCD Segment/Common Driver. Features. General Description. Pin Configuration 1 V1.0 NT7702 240 Output LCD Segment/Common Driver Features (Segment mode)! Shift Clock frequency: 20 MHz (Ma.) (VDD = 5 V ± 10%)! Adopts a data bus system! 4-bit/8-bit parallel input modes are selectable with a mode

More information

Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED)

Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED) Chapter 2 Overview of All Pixel Circuits for Active Matrix Organic Light Emitting Diode (AMOLED) ---------------------------------------------------------------------------------------------------------------

More information

LM8562. Digital Alarm Clock. Package Dimensions. Overview. Features. Specifications 3029A-DIP28S. Absolute Maximum Ratings at Ta = 25 C, V SS =0V

LM8562. Digital Alarm Clock. Package Dimensions. Overview. Features. Specifications 3029A-DIP28S. Absolute Maximum Ratings at Ta = 25 C, V SS =0V PMOS LSI LM8562 Digital Alarm Clock Overview The LM8562 is a digital clock-use LSI having features such as easy setting, two alarms. Since the LM8562 is designed to be able to direct drive an LED panel

More information

NS8050U MICROWIRE PLUSTM Interface

NS8050U MICROWIRE PLUSTM Interface NS8050U MICROWIRE PLUSTM Interface National Semiconductor Application Note 358 Rao Gobburu James Murashige April 1984 FIGURE 1 Microwire Mode Functional Configuration TRI-STATE is a registered trademark

More information

AVR065: LCD Driver for the STK502 and AVR Butterfly. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR065: LCD Driver for the STK502 and AVR Butterfly. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR065: LCD Driver for the STK502 and AVR Butterfly Features Software Driver for Alphanumeric Characters Liquid Crystal Display (LCD) Contrast Control Interrupt Controlled Updating Conversion of ASCII

More information

Thiscontrolerdatasheetwasdownloadedfrom htp:/ HD66750S

Thiscontrolerdatasheetwasdownloadedfrom htp:/  HD66750S Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ Preliminary HD66750S (128 x 128-dot Graphics LCD Controller/Driver with Four-grayscale Functions) Rev 0.1 November

More information

7 SEGMENT LED DISPLAY KIT

7 SEGMENT LED DISPLAY KIT ESSENTIAL INFORMATION BUILD INSTRUCTIONS CHECKING YOUR PCB & FAULT-FINDING MECHANICAL DETAILS HOW THE KIT WORKS CREATE YOUR OWN SCORE BOARD WITH THIS 7 SEGMENT LED DISPLAY KIT Version 2.0 Which pages of

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MN3870S NTSC-Compatible CCD Comb Filter with Built-in H Video Signal Delay Element Overview The MN3870S is a 4 f SC CMOS CCD comb filter with a built-in 4 f SC CMOS CCD signal delay

More information

LMH0344 3Gbps HD/SD SDI Adaptive Cable Equalizer

LMH0344 3Gbps HD/SD SDI Adaptive Cable Equalizer 3Gbps HD/SD SDI Adaptive Cable Equalizer General Description The 3Gbps HD/SD SDI Adaptive Cable Equalizer is designed to equalize data transmitted over cable (or any media with similar dispersive loss

More information

STEVAL-IHM021V W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives. Features.

STEVAL-IHM021V W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives. Features. 100 W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives Features Data brief Wide range input voltage Maximum power: up to 100 W at 230 Vac input STD5N52U

More information

35058-TE. PLJ-6LED-A LED Frequency Display Module Manual

35058-TE. PLJ-6LED-A LED Frequency Display Module Manual 35058-TE 6-digit LED Frequency Counter Module GREEN DISPLAY LED Frequency Display Module Manual Three Swords Studio Light Rongsheng 2013, March Guangxi Nanning Longan Information including Links and Code

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MNS NTSC-Compatible CCD Video Signal Delay Element Overview The MNS is a CCD signal delay element for video signal processing applications. It contains such components as a shift

More information

APPLICATION NOTE. Atmel AVR32850: ATSAM4L-EK User Guide. Atmel SAM4L. Features. Introduction

APPLICATION NOTE. Atmel AVR32850: ATSAM4L-EK User Guide. Atmel SAM4L. Features. Introduction APPLICATION NOTE Atmel AVR32850: ATSAM4L-EK User Guide Atmel SAM4L Features ATSAM4L-EK kit Board description Using the demonstration firmware Introduction The ATSAM4L-EK is a reference design and development

More information

M66004SP/FP M66004SP/FP MITSUBISHI DIGITAL ASSP ASSP 16-DIGIT 5X7-SEGMENT VFD CONTROLLER 16-DIGIT 5 7-SEGMENT VFD CONTROLLER

M66004SP/FP M66004SP/FP MITSUBISHI DIGITAL ASSP ASSP 16-DIGIT 5X7-SEGMENT VFD CONTROLLER 16-DIGIT 5 7-SEGMENT VFD CONTROLLER ASSP M664SP/FP M664SP/FP 6-DIGIT 5X7-SEGMENT FD CONTROLLER 6-DIGIT 5 7-SEGMENT FD CONTROLLER DESCRIPTION The M664 is a 6-digit 5 7-segment vacuum fluorescent display (FD) controller using the silicon gate

More information

GM60028H. DisplayPort transmitter. Features. Applications

GM60028H. DisplayPort transmitter. Features. Applications DisplayPort transmitter Data Brief Features DisplayPort 1.1a compliant transmitter HDCP 1.3 support DisplayPort link comprising four main lanes and one auxiliary channel Output bandwidth sufficient to

More information

Nixie Clock Type Frank 2 Z570M

Nixie Clock Type Frank 2 Z570M Assembly Instructions And User Guide Nixie Clock Type Frank 2 Z570M Software version: 7R PCB Revision: 11 April 09-1 - 1. INTRODUCTION 1.1 About the clock Nixie clock type Frank 2 is a compact design with

More information

Experiment 9 Analog/Digital Conversion

Experiment 9 Analog/Digital Conversion Experiment 9 Analog/Digital Conversion Introduction Most digital signal processing systems are interfaced to the analog world through analogto-digital converters (A/D) and digital-to-analog converters

More information

ECE 372 Microcontroller Design

ECE 372 Microcontroller Design E.g. Port A, Port B Used to interface with many devices Switches LEDs LCD Keypads Relays Stepper Motors Interface with digital IO requires us to connect the devices correctly and write code to interface

More information

UM0534 User manual. STEVAL-MKI014V1 demonstration kit for the LIS344ALH. Introduction

UM0534 User manual. STEVAL-MKI014V1 demonstration kit for the LIS344ALH. Introduction UM054 User manual STEVAL-MKI04V demonstration kit for the LIS44ALH Introduction The STEVAL-MKI04V is a demonstration kit designed to provide the user with a complete, ready-to-use platform for the evaluation

More information

PHYS 3322 Modern Laboratory Methods I Digital Devices

PHYS 3322 Modern Laboratory Methods I Digital Devices PHYS 3322 Modern Laboratory Methods I Digital Devices Purpose This experiment will introduce you to the basic operating principles of digital electronic devices. Background These circuits are called digital

More information

2 x 58 W high frequency ballast for T8 fluorescent tubes based on L6562A, L6569, and STL11NM60N in PowerFlat HV package

2 x 58 W high frequency ballast for T8 fluorescent tubes based on L6562A, L6569, and STL11NM60N in PowerFlat HV package 2 x 58 W high frequency ballast for T8 fluorescent tubes based on L6562A, L6569, and STL11NM60N in PowerFlat HV package Data brief light for the same input power when driven above 20 khz, instead of 50/60

More information

StickIt! VGA Manual. How to install and use your new StickIt! VGA module

StickIt! VGA Manual. How to install and use your new StickIt! VGA module StickIt! VGA Manual How to install and use your new StickIt! VGA module XESS is disclosing this Document and Intellectual Property (hereinafter the Design ) to you for use in the development of designs

More information

ECB DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER

ECB DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER ECB2212 - DIGITAL ELECTRONICS PROJECT BASED LEARNING PROJECT REPORT ON 7 SEGMENT DIGITAL STOP WATCH USING DECODER SUBMITTED BY ASHRAF HUSSAIN (160051601105) S SAMIULLAH (160051601059) CONTENTS >AIM >INTRODUCTION

More information

SKY LF: GHz Ultra Low-Noise Amplifier

SKY LF: GHz Ultra Low-Noise Amplifier PRELIMINARY DATA SHEET SKY67151-396LF: 0.7-3.8 GHz Ultra Low-Noise Amplifier Applications LTE, GSM, WCDMA, TD-SCDMA infrastructure Ultra low-noise, high performance LNAs Cellular repeaters High temperature

More information

Analog/digital watch Multi frequency reception, 4 digit LCD, 3 hands. Preliminary Specification

Analog/digital watch Multi frequency reception, 4 digit LCD, 3 hands. Preliminary Specification Analog/digital watch Multi frequency reception, 4 digit LCD, 3 hands Preliminary Specification Supplier: Asia Limited Unit 125, 1/F., Liven House, 61-63 King Yip Street, Kwun Tong, HK SAR Issued on: 20.12.2005

More information

NT7108. Neotec Semiconductor Ltd. 新德科技股份有限公司 NT7108 LCD Driver. Copyright: NEOTEC (C)

NT7108. Neotec Semiconductor Ltd. 新德科技股份有限公司 NT7108 LCD Driver. Copyright: NEOTEC (C) Copyright: NEOTEC (C) 2002 http:// All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electric or mechanical,

More information

CC2000 SERIES SYSTEM CLOCKS / DISPLAYS

CC2000 SERIES SYSTEM CLOCKS / DISPLAYS FN:CC2KMAN1.DOC CC2000 SERIES SYSTEM CLOCKS / DISPLAYS DESCRIPTION CC2000 Series System Clocks provide an economical solution for any size clock system. They are easily corrected by master clock systems

More information

SDI-SDHDXPRO User Manual. Version1.2

SDI-SDHDXPRO User Manual. Version1.2 User Manual Version1.2 INDEX Description... 3 Feature... 3 Connection Diagram... 4 Front Panel... 5 Rear Panel... 5 Dip Switch... 6 Specifications... 7 Firmware Upload... 8 Update List... 10 Warranty...

More information

Displays. AND-TFT-7PA-WV 1440 x 234 Pixels LCD Color Monitor. Features

Displays. AND-TFT-7PA-WV 1440 x 234 Pixels LCD Color Monitor. Features 1440 x 234 Pixels LCD Color Monitor The is a compact full color TFT LCD module, whose driving board is capable of converting composite video signals to the proper interface of LCD panel and is suitable

More information

LCD display module. graphic 61x16 dots

LCD display module. graphic 61x16 dots MT 6116B LCD display module graphic 61x16 dots General description МТ-6116B LCD display module is composed of LSI controller and LCD panel. The display module appearance is shown in Fig. 1. КB145VG4 controller

More information

GM68020H. DisplayPort receiver. Features. Applications

GM68020H. DisplayPort receiver. Features. Applications DisplayPort receiver Data Brief Features DisplayPort 1.1a compliant receiver HDCP 1.3 support DisplayPort link comprising four main lanes and one auxiliary channel Input bandwidth sufficient to receive

More information

L9822E OCTAL SERIAL SOLENOID DRIVER

L9822E OCTAL SERIAL SOLENOID DRIVER L9822E OCTAL SERIAL SOLENOID DRIVER EIGHT LOW RDSon DMOS OUTPUTS (0.5Ω AT IO = 1A @ 25 C VCC = 5V± 5%) 8 BIT SERIAL INPUT DATA (SPI) 8 BIT SERIAL DIAGNOSTIC OUTPUT FOR OVERLOAD AND OPEN CIRCUIT CONDITIONS

More information

Datasheet SHF A

Datasheet SHF A SHF Communication Technologies AG Wilhelm-von-Siemens-Str. 23D 12277 Berlin Germany Phone +49 30 772051-0 Fax ++49 30 7531078 E-Mail: sales@shf.de Web: http://www.shf.de Datasheet SHF 19120 A 2.85 GSa/s

More information

SatLabs Recommendation for a Common Inter-Facility Link for DVB-RCS terminals

SatLabs Recommendation for a Common Inter-Facility Link for DVB-RCS terminals SatLabs Recommendation for a Common Inter-Facility Link for DVB-RCS terminals Version 1.6-06/01/2005 This document is the result of a cooperative effort undertaken by the SatLabs Group. Neither the SatLabs

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

40 Gb/s PatternPro Programmable Pattern Generator PPG4001 Datasheet

40 Gb/s PatternPro Programmable Pattern Generator PPG4001 Datasheet 40 Gb/s PatternPro Programmable Pattern Generator PPG4001 Datasheet Applications Semiconductor device testing Optical component testing Transceiver module testing The Tektronix PPG4001 PatternPro programmable

More information