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

Size: px
Start display at page:

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

Transcription

1 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 liquid crystal displays. A number of these displays require the use of an external display controller. This application note will discuss some of the design implications that should be considered when using a dot matrix graphics LCD panel. General Characteristics LCD panels are categorised as non-emissive displays, in that they do not produce any form of light. LCDs manipulate light by either passing or blocking light that is either reflected from an external source or produced by an integrated backlighting system. Display Types Hitachi manufactures a wide range of LCD panels with the following industry standard resolutions: Format Resolution Part Number 1/8 VGA 240 x 160 SP10Q002, LMG7480PMFR, LMG7482PMFE 1/4 VGA 240 x 320 SP10Q005-T 1/4 VGA 320 x 240 LMG7520RPFC, LMG7525RPFF, SP14Q001, SP14Q002 1/2 VGA 640 x 240 SX16H003, SP16H001-T, SR16H005-R VGA 640 x 480 SX19V001-Z1, SX21V001, LMG5278XUFC, LMG7550XUFC SVGA 800 x 600 SX25S003 (Full data and specifications for these displays can be found in the Hitachi Liquid Crystal Graphic Display module data book Reference C) Typical Applications Applications for LCD panels are many and varied: EPOS, Process Control, Instrumentation, Man Machine Interfaces, Security systems, Hand-held devices, Factory automation, Office automation, Mobile Communications, Handheld devices and many others. Dot Matrix LCD - Principle of Operation Passive dot matrix displays have rows (horizontal) and columns (vertical) of 'optical' electrodes. The electrodes are produced using a semi-transparent metal oxide, Indium Tin Oxide (ITO). The intersection of a row and column forms a dot or pixel element. If an electrical pulse is applied to a pixel, an electric field is established which changes the physical state of liquid crystal from allowing light pass to blocking it. By repeatedly applying a series of pulses in a raster scanning technique an image can be formed on the display. Generating a display image in this way requires display data and three synchronisation clocks: a frame sync, a line sync and a pixel data clock. 1 of 9

2 Figure 1. Schematic circuit diagram for the Hitachi SP10Q002 1/8 VGA LCD Dot Matrix LCD - Control Signals Frame (FLM - First Line Marker) A frame synchronisation pulse is required at the start of each frame of display data. The FLM signal indicates the start of a new display frame. FLM becomes active after the first Line Pulse of the frame and remains active until the next Line Pulse, at which point it de-asserts and remains inactive until the next frame. The frame rate or refresh rate for a medium resolution monochrome LCD panel is typically between 60 to 140 Hz. (If the LCD is operating with a frame frequency higher or lower than specified maximum or minimum then a rippling or flicker effect may occur). Load (LP - Line Pulse) 2 of 9

3 A line synchronisation pulse latches a line of display data into the column drivers (IC1, IC2, and IC3). Line Pulse becomes active when a line of pixel data is clocked into the LCD panel and stays asserted for a duration equal to the number of pixel clock periods. CP (Pixel Data Clock) A pixel data shift clock signal is synchronised to the LCD panel output data. The pixel clock is a 50% duty cycle square wave. D0, D1, D2, D3 (4-bit LCD data bus) The LCD data bus transfers pixel data to the panel for display. Data might be arranged differently on the bus depending on the LCD data bus width of the chosen display. Most monochrome medium resolution Hitachi dot matrix panels use a 4-bit LCD data bus. M (alternate LC driving signal) In order to prevent a build up of charge and hence a polarisation of the liquid crystal, the M signal applies a positive and then an equal and opposite negative signal to the LC cell every other frame. This ensures that the liquid crystal changes twist direction every other frame and the resultant DC charge applied to the LC cell is zero. In many LCD modules the M signal is generated internally by the row and column drivers. The M signal is applied directly from the row and column drivers to the pixel element. Vee (LC drive voltage) The contrast of the LCD is adjusted by means of varying a negative bias LC drive voltage. Vee can be controlled using a variable resistor. This will allow the user to adjust the voltage to achieve the maximum contrast in relationship to the users viewing angle relative to the LCD. Thermistors can be used in temperature compensation circuits to control Vee adjustment in a temperature variable environment. Disp Off (Display Off) Disp Off is an active high logic level control signal. Display Off is used in a power on/off sequence to switch the display ON or OFF. This signal is internally applied to all Row and Column drivers. Vdd (Logic Power supply) Typically 3.3v or 5v. Vss (Logic Ground) Logic Ground 3 of 9

4 Figure 2. Interface timing for the Hitachi SP10Q002 1/8VGA LCD module. Dot Matrix LCD Control - using a microcontroller and on-chip peripherals A basic LCD controller can be implemented using discrete on-chip peripherals of a microcontroller. The following section gives an overview of how this may be done using the on-chip peripherals found on the Hitachi H8 family and SH family of microcontrollers. 4 of 9

5 Typically, to control a Monochrome, Single Scan, Dot Matrix LCD with a 4-bit LCD data bus (where X = number of rows, Y = number of columns) requires the following peripherals to be used: Integrated Timer Unit (ITU) The integrated timer unit consists of a number of separate 16-bit timer channels, each of which can be clocked from an internal derivative of the system clock. The ITU can therefore be configured to generate the LCD control signals required to control the display. Channel 0 can be configured to produce a CP pulse (Pixel Data Clock). This takes the form of a 50% duty square wave. Channel 1 can be configured to produce a Load signal (Line Pulse). This takes the form of a 1/(X/4) duty square wave. This can be clocked by the output from channel 0 (where X = number of columns, 4 = LCD data bus width) Channel 2 can be configured to produce a Frame pulse (First Line Marker). This takes the form of a 1/Y duty square wave. This can be clocked by the output of channel 1 (where Y = number of rows) Channel 3 can be configured to produce the M signal. Direct Memory Access Controller (DMAC) The DMA controller allows an external or internal interrupt to initiate a data transfer without any CPU intervention. This dramatically reduces the CPU overhead required for interrupt handling. This allows repetitive but important data transfers to be done without reducing overall system performance. The DMAC can perform high-speed transfers between external memory, memory-mapped external devices, on-chip memory and other on-chip peripherals. The DMAC can be configured to transfer a byte of data from display memory to the timer pattern controller next data register (TPC NDR) on each ITU Channel 0 compare match. The DMAC source display memory address is then incremented after each data transfer. The destination for the display data is fixed hence the destination address for the DMA transfer is remains the same. A CPU interrupt is generated after (X x Y)/4 transfers to reset the DMA source display memory address at the end of each frame of display data. (where X= number of columns, Y = number of rows) The timer pattern controller then transfers the display data byte to an 8-bit I/O port from the next data register on each ITU Channel 0 compare match. The I/O port can be connected directly to the LCD data bus. Discrete LCD Controllers A typical LCD controller should be: easy to use in embedded applications support a variety of CPU interfaces have low power consumption offer flexible LCD module support Monochrome and Colour, Single Scan, Dual Scan The LCD controller continuously transfers pixel data into the LCD panel via the LCD data bus. The LCD data bus is timed by the Pixel Data Clock, Line Pulse and FLM signals. The pixel data clock clocks the pixel data into the display drivers internal shift register. The line pulse latches the shifted pixel data into a wide latch at the end of a line while FLM marks the first line of the displayed page. The line pulse signifies the end of the current line of serial data. The line pulse enclosed by the FLM signal marks the end of the first line of the current display frame. Mid-range LCD controllers are designed to support most standard monochrome LCD panels. The end user can configure the display image or text entirely to suit his chosen application. The user can control configuration of character or language fonts, bitmaps, icons and graphics software routines. 5 of 9

6 Many embedded 16/32-bit microcontrollers and processors have built in LCD controller peripherals enabling simple and quick implementations with full software configuration. LCD controllers are available from the following manufacturers: Epson OKI Yamaha C&T(Intel) (Please note that this is by no means a comprehensive listing of LCD controller manufacturers. A further application note is planned to discuss LCD Controllers in more detail). Figure 3. Epson Electronics SED1300 Series LCD Controllers Part No. B/W Gray Scales Max Colours Max Resolution SED1330 B/W n/a 640 x 256 SED1335/6 B/W n/a 640 x 256 SED1351 2,4 n/a 1024 x 1024 SED1352 4,16 n/a 640 x 480 (4gs) 640 x 400 (16gs) SED1353 4, x 480 (4gs) 640 x 400 (16gs) 320 x 240 (256c) SED1373 4, x 480 (B/W) 640 x 400 (16gs) 320 x 240 (16c) SED1354 4, x 768 (4096c) SED1355 4, x 768 (4096c) Gray Scale Generation A monochrome LCD panel is physically only able to display black and white levels (on or off). It is not inherently able to display gray shades or gray scales. Therefore, drive methods have been developed to create the appearance of gray shades. There are two methods that can be used to create gray shades. Dithering Dithering is achieved by alternately driving some pixels black and some white in a checkerboard type pattern. When using this method, the pattern should be produced in a random order to create the perception of a gray shade. If dithering is performed using a regular or repeating pattern it can be detected by the human eye. FRC - Frame Rate Control This technique involves increasing the frame rate of the display to allow pixels to be switched on and off quickly, which the human eye will perceive as gray shades. Gray scale generation 6 of 9

7 In gray scale mode, the number of data words required for displaying gray levels increases as opposed to black/white mode. Also, the line buffer needs to be loaded before the next line is displayed. Therefore, the LCD pixel clock, LCD frame refresh rate, line buffer fill and line to line interval are affected by gray scale generation. Display timing characteristics should be checked to ensure that the display is capable of displaying gray shades or levels. Display Data Mapping Most monochrome displays will support 1, 2 or 4 bits per pixel. In normal (non-gray scale) mode 1 bit per pixel is used. Each bit in the display memory corresponds to a single pixel on the LCD panel. In gray scale mode 2 or 4 bits per pixel are used to generate intermediate gray scales on the LCD panel by adjusting the densities of 1 s and 0 s over many display frames. Figure 3. shows how each pixel is mapped to the display. The total number of columns (X) and the total number of rows (Y) determines display size in pixels. Figure 4. Display Data Mapping LCD Column Drivers (X-1) LCD Row Drivers (Y-1) Display Memory Map The following display memory maps show how 1, 2 and 4 bits per pixel would map to byte wide memory (bits 7-0). As the number of bits per pixel increases the corresponding display memory requirement also increases. Figure 5. Memory map for 1-bit per pixel ,0 1,0 2,0 3,0 4,0 5,0 6,0 7,0 8,0 9,0 10,0 11,0 12,0 13,0 14,0 15,0 x-8,y-1 x-7,y-1 x-6,y-1 x-5,y-1 x-4,y-1 x-3,y-1 x-2,y-1 x-1,y-1 7 of 9

8 Figure 6. Memory map for 2-bits per pixel (memory requirement increases x 2) 7,6 5,4 3,2 1,0 0,0 1,0 2,0 3,0 4,0 5,0 6,0 7,0 8,0 9,0 10,0 11,0 12,0 13,0 14,0 15,0 x-4,y-1 x-3,y-1 x-2,y-1 x-1,y-1 Figure 7. Memory map for 4-bits per pixel (memory requirement increases x 4) 7,6,5,4 3,2,1,0 0,0 1,0 2,0 3,0 4,0 5,0 6,0 7,0 8,0 9,0 10,0 11,0 12,0 13,0 14,0 15,0 x-2,y-1 x-1,y-1 Frequently Asked Questions What is Contrast Ratio? Contrast is defined as the ratio of black to white, or more simply put, how black is black when compared with a white or clear pixel. Passive dot matrix LCD panels usually range from 8:1 (blues,greys) to 25:1 (blacks/whites) What is Shadowing? Shadowing is caused by crosstalk which is best described as the effect when a dark image (box or window shape) is placed in the middle of a white background. Faint vertical and horizontal lines will be seen from the edge of the window proceeding to the edges of the screen. The off selected pixels are not completely off and some charge, very strong at the edge of a window, has leaked into the adjacent pixels creating the effect. This is a common problem and is due to the nature of the LCD technology employed. With higher pixel density, the electrode size must be reduced and the amount of voltage necessary to drive the display rapidly increases. Higher driving voltages create a secondary problem: charging effects. Even though only one row and column are selected, the pulse affects the liquid crystal material near the row and column being charged. The net result is the pixel selected is active (dark), but the areas surrounding the addressed point are also partially active The partially active pixels reduce the display contrast and degrade image quality. What is Ghosting? Ghosting is an issue caused by the speed of the STN material; a display must be able to react in less than 50 milliseconds for performance similar to a CRT. Most monochrome STN materials are between 250 and of 9

9 milliseconds and can not switch from black to a white image that quickly. This problem results in disappearing cursors and blurred images when high speed graphics are utilised. When using this document, keep the following in mind, 1, This document may, wholly or partially, be subject to change without notice. 2, All rights are reserved: No one is permitted to reproduce or duplicate, in any form, the whole or part of this document without Hitachi s permission. 3, Hitachi will not be held responsible for any damage to the user that may result from accidents or any other reasons during the operation of the user s unit according to this document. 4, Circuitry and other examples described herein are meant only to indicate the characteristics and performance of Hitachi s semiconductor products. Hitachi assumes no responsibility for any intellectual property claims or other problems that may result from applications based on the examples therein. 5, No license is granted by implication or otherwise under any patents or other rights of any third party or Hitachi, Ltd. 6, MEDICAL APPLICATIONS: Hitachi s products are not authorised for use in MEDICAL APPLICATIONS without the written consent of the appropriate officer of Hitachi s sales company. Such use includes, but is not limited to, use in life support systems. Buyers of Hitachi s products are requested to notify the relevant sales office when planning to use the products in MEDICAL APPLICATIONS. Copyright Hitachi, Ltd.,1999. All rights reserved 9 of 9

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

Development of Simple-Matrix LCD Module for Motion Picture

Development of Simple-Matrix LCD Module for Motion Picture Development of Simple-Matrix LCD Module for Motion Picture Kunihiko Yamamoto* Shinya Takahashi* Kouki Taniguchi* * A1203 Project Team Abstract A simple-matrix LCD module (12.1-in. SVGA) has been developed

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

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

Design and Implementation of an AHB VGA Peripheral

Design and Implementation of an AHB VGA Peripheral Design and Implementation of an AHB VGA Peripheral 1 Module Overview Learn about VGA interface; Design and implement an AHB VGA peripheral; Program the peripheral using assembly; Lab Demonstration. System

More information

Liquid Crystal Displays

Liquid Crystal Displays Liquid Crystal Displays Cosmin Ioniţă - Spring 2006 - A brief history 1888 - Friedrich Reinitzer, an Austrian chemist working in the Institute of Plant Physiology at the University of Prague, discovered

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

Chapter 3. Display Devices and Interfacing

Chapter 3. Display Devices and Interfacing Chapter 3 Display Devices and Interfacing Monitor Details Collection of dots Matrix of dots creates character Monochrome monitor screen is collection of 350 *720 350 rows and each rows having 720 dots

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

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

Data Sheet. Electronic displays

Data Sheet. Electronic displays Data Pack F Issued November 0 029629 Data Sheet Electronic displays Three types of display are available; each has differences as far as the display appearance, operation and electrical characteristics

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

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

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

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

These are used for producing a narrow and sharply focus beam of electrons.

These are used for producing a narrow and sharply focus beam of electrons. CATHOD RAY TUBE (CRT) A CRT is an electronic tube designed to display electrical data. The basic CRT consists of four major components. 1. Electron Gun 2. Focussing & Accelerating Anodes 3. Horizontal

More information

IMS B007 A transputer based graphics board

IMS B007 A transputer based graphics board IMS B007 A transputer based graphics board INMOS Technical Note 12 Ray McConnell April 1987 72-TCH-012-01 You may not: 1. Modify the Materials or use them for any commercial purpose, or any public display,

More information

Chapter 9 MSI Logic Circuits

Chapter 9 MSI Logic Circuits Chapter 9 MSI Logic Circuits Chapter 9 Objectives Selected areas covered in this chapter: Analyzing/using decoders & encoders in circuits. Advantages and disadvantages of LEDs and LCDs. Observation/analysis

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

THE CAPABILITY to display a large number of gray

THE CAPABILITY to display a large number of gray 292 JOURNAL OF DISPLAY TECHNOLOGY, VOL. 2, NO. 3, SEPTEMBER 2006 Integer Wavelets for Displaying Gray Shades in RMS Responding Displays T. N. Ruckmongathan, U. Manasa, R. Nethravathi, and A. R. Shashidhara

More information

LM16X21A Dot Matrix LCD Unit

LM16X21A Dot Matrix LCD Unit LCD Data Sheet FEATURES STC (Super Twisted igh Contrast) Yellow Green Transmissive Type Low Power Consumption Thin, Lightweight Design Permits Easy Installation in a Variety of Equipment General Purpose

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

Lecture 14: Computer Peripherals

Lecture 14: Computer Peripherals Lecture 14: Computer Peripherals The last homework and lab for the course will involve using programmable logic to make interesting things happen on a computer monitor should be even more fun than the

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

LCD display module. graphic 122x32 dots

LCD display module. graphic 122x32 dots MT 12232C LCD display module graphic 122x32 dots General description МТ-12232С LCD display module is composed of LSI controller and LCD panel. The display module appearance is shown in Fig. 1. КB145VG4

More information

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11)

VGA Port. Chapter 5. Pin 5 Pin 10. Pin 1. Pin 6. Pin 11. Pin 15. DB15 VGA Connector (front view) DB15 Connector. Red (R12) Green (T12) Blue (R11) Chapter 5 VGA Port The Spartan-3 Starter Kit board includes a VGA display port and DB15 connector, indicated as 5 in Figure 1-2. Connect this port directly to most PC monitors or flat-panel LCD displays

More information

Reading. Display Devices. Light Gathering. The human retina

Reading. Display Devices. Light Gathering. The human retina Reading Hear & Baker, Computer graphics (2 nd edition), Chapter 2: Video Display Devices, p. 36-48, Prentice Hall Display Devices Optional.E. Sutherland. Sketchpad: a man-machine graphics communication

More information

LCD MODULE DEM B SYH

LCD MODULE DEM B SYH DISPLAY Elektronik GmbH LCD MODULE DEM 128064B SYH Product specification Version:0 09/Okt/2006 GENERAL SPECIFICATION MODULE NO. : DEM 128064B SYH CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL

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

DEM A SBH-PW-N

DEM A SBH-PW-N DISPLAY Elektronik GmbH CONTENTS LCD MODULE DEM 160160A SBH-PW-N Version : 4.1 29.01.2008 GENERAL SPECIFICATION MODULE NO. : DEM 160160A SBH-PW-N CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL

More information

Module 7. Video and Purchasing Components

Module 7. Video and Purchasing Components Module 7 Video and Purchasing Components Objectives 1. PC Hardware A.1.11 Evaluate video components and standards B.1.10 Evaluate monitors C.1.9 Evaluate and select appropriate components for a custom

More information

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

ArcticLink III VX6 Solution Platform Data Sheet

ArcticLink III VX6 Solution Platform Data Sheet ArcticLink III VX6 Solution Platform Data Sheet Dual Output High Definition Visual Enhancement Engine (VEE HD+) and Display Power Optimizer (DPO HD+) Solution Platform Highlights High Definition Visual

More information

FPGA Laboratory Assignment 4. Due Date: 06/11/2012

FPGA Laboratory Assignment 4. Due Date: 06/11/2012 FPGA Laboratory Assignment 4 Due Date: 06/11/2012 Aim The purpose of this lab is to help you understanding the fundamentals of designing and testing memory-based processing systems. In this lab, you will

More information

Design of VGA Controller using VHDL for LCD Display using FPGA

Design of VGA Controller using VHDL for LCD Display using FPGA International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Design of VGA Controller using VHDL for LCD Display using FPGA Khan Huma Aftab 1, Monauwer Alam 2 1, 2 (Department of ECE, Integral

More information

LCD MODULE SPECIFICATION

LCD MODULE SPECIFICATION TECHNOLOGY CO., LTD. LCD MODULE SPECIFICATION Model : MI0220IT-1 Revision Engineering Date Our Reference DOCUMENT REVISION HISTORY DOCUMENT REVISION DATE DESCRIPTION FROM TO A 2008.03.10 First Release.

More information

LCD MODULE DEM B SYH-PY

LCD MODULE DEM B SYH-PY DISPLAY ELEKTRONIK GMBH LCD MODULE DEM 128064B SYH-PY Product specification 24/03/2006 GENERAL SPECIFICATION MODULE NO. : DEM 128064B SYH-PY CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL

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

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline EECS150 - Digital Design Lecture 12 - Video Interfacing Oct. 8, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John

More information

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in solving Problems. d. Graphics Pipeline. e. Video Memory.

More information

Types of CRT Display Devices. DVST-Direct View Storage Tube

Types of CRT Display Devices. DVST-Direct View Storage Tube Examples of Computer Graphics Devices: CRT, EGA(Enhanced Graphic Adapter)/CGA/VGA/SVGA monitors, plotters, data matrix, laser printers, Films, flat panel devices, Video Digitizers, scanners, LCD Panels,

More information

An Efficient SOC approach to Design CRT controller on CPLD s

An Efficient SOC approach to Design CRT controller on CPLD s A Monthly Peer Reviewed Open Access International e-journal An Efficient SOC approach to Design CRT controller on CPLD s Abstract: Sudheer Kumar Marsakatla M.tech Student, Department of ECE, ACE Engineering

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

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP General Description The Digital Blocks core is a full function equivalent to the Motorola MC6845 device. The interfaces a microprocessor to a raster-scan CRT display. The

More information

HD66840/HD LVIC/LVIC-II (LCD Video Interface Controller) Description. Features

HD66840/HD LVIC/LVIC-II (LCD Video Interface Controller) Description. Features HD6684/HD6684 LVIC/LVIC-II (LCD Video Interface Controller) Description The HD6684/HD6684 LCD video interface controller (LVIC/LVIC-II) converts standard RGB video signals for CRT display into LCD data.

More information

CCD 143A 2048-Element High Speed Linear Image Sensor

CCD 143A 2048-Element High Speed Linear Image Sensor A CCD 143A 2048-Element High Speed Linear Image Sensor FEATURES 2048 x 1 photosite array 13µm x 13µm photosites on 13µm pitch High speed = up to 20MHz data rates Enhanced spectral response Low dark signal

More information

Graphics Concepts. David Cairns

Graphics Concepts. David Cairns Graphics Concepts David Cairns Introduction The following material provides a brief introduction to some standard graphics concepts. For more detailed information, see DGJ, Chapter 2, p23. Display Modes

More information

High Performance TFT LCD Driver ICs for Large-Size Displays

High Performance TFT LCD Driver ICs for Large-Size Displays Name: Eugenie Ip Title: Technical Marketing Engineer Company: Solomon Systech Limited www.solomon-systech.com The TFT LCD market has rapidly evolved in the last decade, enabling the occurrence of large

More information

DOGM GRAPHIC SERIES 132x32 DOTS

DOGM GRAPHIC SERIES 132x32 DOTS DOGM GRAPHIC SERIES 132x32 DOTS 6.2009 flexible display content! EA DOGM132B-5 + EA LED55x31-W TECHNICAL DATA EA DOGM132W-5 + EA LED55x31-A EA DOGM132W-6 + EA LED55x31-W * HIGH-CONTRAST LCD SUPERTWIST

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

Programmable High Resolution LCD Switches

Programmable High Resolution LCD Switches Programmable High Resolution DISTINCTIVE CHARACTERISTICS High resolution of x pixels colors of backlighting can be controlled dynamically Pushbutton switch or display with LCD, RGB LED backlighting General

More information

A MISSILE INSTRUMENTATION ENCODER

A MISSILE INSTRUMENTATION ENCODER A MISSILE INSTRUMENTATION ENCODER Item Type text; Proceedings Authors CONN, RAYMOND; BREEDLOVE, PHILLIP Publisher International Foundation for Telemetering Journal International Telemetering Conference

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

UNIT V 8051 Microcontroller based Systems Design

UNIT V 8051 Microcontroller based Systems Design UNIT V 8051 Microcontroller based Systems Design INTERFACING TO ALPHANUMERIC DISPLAYS Many microprocessor-controlled instruments and machines need to display letters of the alphabet and numbers. Light

More information

Maintenance/ Discontinued

Maintenance/ Discontinued For Information Equipment MN83951 TFT LCD Panel Controller Overview The MN83951 is a timing controller for displaying an analog video signal on a TFT color liquid crystal display panel in such applications

More information

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging

DT3162. Ideal Applications Machine Vision Medical Imaging/Diagnostics Scientific Imaging Compatible Windows Software GLOBAL LAB Image/2 DT Vision Foundry DT3162 Variable-Scan Monochrome Frame Grabber for the PCI Bus Key Features High-speed acquisition up to 40 MHz pixel acquire rate allows

More information

28 North Lotts, Dublin 1, Ireland Tel: info [AT] phonevolts.com

28 North Lotts, Dublin 1, Ireland Tel: info [AT] phonevolts.com www.phonevolts.ie 28 North Lotts, Dublin 1, Ireland Tel: 01 8728722 Email: info [AT] phonevolts.com PhoneVolts is owned and operated by GSMsolutions.ie What is an LCD? A liquid crystal display (commonly

More information

AD9884A Evaluation Kit Documentation

AD9884A Evaluation Kit Documentation a (centimeters) AD9884A Evaluation Kit Documentation Includes Documentation for: - AD9884A Evaluation Board - SXGA Panel Driver Board Rev 0 1/4/2000 Evaluation Board Documentation For the AD9884A Purpose

More information

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA

Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA Design and Implementation of SOC VGA Controller Using Spartan-3E FPGA 1 ARJUNA RAO UDATHA, 2 B.SUDHAKARA RAO, 3 SUDHAKAR.B. 1 Dept of ECE, PG Scholar, 2 Dept of ECE, Associate Professor, 3 Electronics,

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

An FPGA Based Solution for Testing Legacy Video Displays

An FPGA Based Solution for Testing Legacy Video Displays An FPGA Based Solution for Testing Legacy Video Displays Dale Johnson Geotest Marvin Test Systems Abstract The need to support discrete transistor-based electronics, TTL, CMOS and other technologies developed

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

Computer Graphics: Overview of Graphics Systems

Computer Graphics: Overview of Graphics Systems Computer Graphics: Overview of Graphics Systems By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, 1 Outlines 1. Video Display Devices 2. Flat-panel displays 3. Video controller and Raster-Scan System 4. Coordinate

More information

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2018 Introduction to Graphics Systems Computer Graphics Computer graphics deals with all aspects of 'creating images with a computer - Hardware (PC with graphics card)

More information

TFT Display Module. Part Number E43RG34827LW2M300-R

TFT Display Module. Part Number E43RG34827LW2M300-R Ph. 480-503-4295 NOPP@FocusLCD.com TFT CHARACTER UWVD FSC SEGMENT CUSTOM REPLACEMENT TFT Display Module Part Number E43RG34827LW2M300-R Overview 480x272(105.4x67.15), 8/16/18/24 bit RGB interface, WHITE

More information

SPATIAL LIGHT MODULATORS

SPATIAL LIGHT MODULATORS SPATIAL LIGHT MODULATORS Reflective XY Series Phase and Amplitude 512x512 A spatial light modulator (SLM) is an electrically programmable device that modulates light according to a fixed spatial (pixel)

More information

TV Synchronism Generation with PIC Microcontroller

TV Synchronism Generation with PIC Microcontroller TV Synchronism Generation with PIC Microcontroller With the widespread conversion of the TV transmission and coding standards, from the early analog (NTSC, PAL, SECAM) systems to the modern digital formats

More information

Outline Dimension. View Angle

Outline Dimension. View Angle 320 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

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

Spatial Light Modulators XY Series

Spatial Light Modulators XY Series Spatial Light Modulators XY Series Phase and Amplitude 512x512 and 256x256 A spatial light modulator (SLM) is an electrically programmable device that modulates light according to a fixed spatial (pixel)

More information

Design and Implementation of Timer, GPIO, and 7-segment Peripherals

Design and Implementation of Timer, GPIO, and 7-segment Peripherals Design and Implementation of Timer, GPIO, and 7-segment Peripherals 1 Module Overview Learn about timers, GPIO and 7-segment display; Design and implement an AHB timer, a GPIO peripheral, and a 7-segment

More information

LIQUID CRYSTAL DISPLAY MODULE

LIQUID CRYSTAL DISPLAY MODULE LIQUID CRYSTAL DISPLAY MODULE Standard Product Specification PRODUCT NUMBER LMR42315 Product Mgr Engineering Document Control Product No. LMR42315 REV. E Page 1 / 22 TABLE OF CONTENTS 1 MAIN FEATURES...

More information

Acer AL1917 Service Guide. Service guide files and updates are available on the CSD web: for more information, Please refer to http: csd.acer.com.

Acer AL1917 Service Guide. Service guide files and updates are available on the CSD web: for more information, Please refer to http: csd.acer.com. Acer AL1917 Service Guide Service guide files and updates are available on the CSD web: for more information, Please refer to http: csd.acer.com.tw 1 2 3 4 5 6 Table of Contents Chapter 1 Monitor Features..

More information

REVISIONS REV DESCRIPTION DRAWN DATE APPROVED AA DOCUMENT CREATED AND RELEASED PER PNR P SJD 6/27/00 RWT 6/28/2000

REVISIONS REV DESCRIPTION DRAWN DATE APPROVED AA DOCUMENT CREATED AND RELEASED PER PNR P SJD 6/27/00 RWT 6/28/2000 REVISIONS REV DESCRIPTION DRAWN DATE APPROVED AA DOCUMENT CREATED AND RELEASED PER PNR P000109 SJD 6/27/00 RWT 6/28/2000 1 GENERAL REQUIREMENTS: 1.1 PURCHASING THIS IS A SOURCE CONTROLLED COMPONENT. REFER

More information

7inch Resistive Touch LCD User Manual

7inch Resistive Touch LCD User Manual 7inch Resistive Touch LCD User Manual Chinese website: www.waveshare.net English website: www.wvshare.com Data download: www.waveshare.net/wiki Shenzhen Waveshare Electronics Ltd. Co. 1 Contents 1. Overview...

More information

DATE DESCRIPTION CHANGED BY. CHECKED BY FROM TO A First Release. ZENG LI HUANG YUAN LIANG

DATE DESCRIPTION CHANGED BY. CHECKED BY FROM TO A First Release. ZENG LI HUANG YUAN LIANG PAGE 2 OF 18 DOCUMENT REVISION HISTORY DOCUMENT REVISION DATE DESCRIPTION CHANGED BY CHECKED BY FROM TO A 2010.07.15 First Release. ZENG LI HUANG YUAN LIANG PAGE 3 OF 18 CONTENTS Page No. 1. GENERAL DESCRIPTION

More information

3. Displays and framebuffers

3. Displays and framebuffers 3. Displays and framebuffers 1 Reading Required Angel, pp.19-31. Hearn & Baker, pp. 36-38, 154-157. Optional Foley et al., sections 1.5, 4.2-4.5 I.E. Sutherland. Sketchpad: a man-machine graphics communication

More information

Specification for Mono LCD Display module 320 x 240 Monochrome LCD Display module

Specification for Mono LCD Display module 320 x 240 Monochrome LCD Display module Specification for Mono LCD Display module 320 x 240 Monochrome LCD Display module Manufacturer Yes Optoelectronics Co., Ltd Part n YMS320240-05BFNBDSL Ordering n YMS320240-05BFNBDSL Customer Part n n/a

More information

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD

High-resolution screens have become a mainstay on modern smartphones. Initial. Displays 3.1 LCD 3 Displays Figure 3.1. The University of Texas at Austin s Stallion Tiled Display, made up of 75 Dell 3007WPF LCDs with a total resolution of 307 megapixels (38400 8000 pixels) High-resolution screens

More information

Display Technologies CMSC 435. Slides based on Dr. Luebke s slides

Display Technologies CMSC 435. Slides based on Dr. Luebke s slides Display Technologies CMSC 435 Slides based on Dr. Luebke s slides Recap: Transforms Basic 2D Transforms: Scaling, Shearing, Rotation, Reflection, Composition of 2D Transforms Basic 3D Transforms: Rotation,

More information

Specification Sheet. Mode: Transmissive Type, Negative mode, 3.97 LTPS LCD module 16.7M color. Checked by PM QA BU

Specification Sheet. Mode: Transmissive Type, Negative mode, 3.97 LTPS LCD module 16.7M color. Checked by PM QA BU Specification Sheet Customer Part No. Product type ZRoHS Remarks TVL-55806GD040J-LW-G-AAN Mode: Transmissive Type, Negative mode, 3.97 LTPS LCD module 16.7M color Non-compliance Compliance Preliminary

More information

USER MANUAL Nokia 5110 LCD

USER MANUAL Nokia 5110 LCD USER MANUAL Nokia 5110 LCD Introduction: This 84x48 pixel black and white LCDs are what you might have found in an old Nokia 3310 or 5110 cell phone. They re not flashy, not colorful and there s no touch

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

LCD MODULE SPECIFICATION. Model : CV4162D _. Revision 10 Engineering Jackson Fung Date 17 October 2016 Our Reference 4406

LCD MODULE SPECIFICATION. Model : CV4162D _. Revision 10 Engineering Jackson Fung Date 17 October 2016 Our Reference 4406 LCD MODULE SPECIFICATION Model : - - - - _ Revision 10 Engineering Jackson Fung Date 17 October 2016 Our Reference 4406 ADDRESS : 1 st FLOOR, EFFICIENCY HOUSE, 35 TAI YAU STREET, SAN PO KONG, KOWLOON,

More information

Display Devices & its Interfacing

Display Devices & its Interfacing Display Devices & its Interfacing 3 Display systems are available in various technologies such as i) Cathode ray tubes (CRTs), ii) Liquid crystal displays (LCDs), iii) Plasma displays, and iv) Light emitting

More information

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil

ADC Peripheral in Microcontrollers. Petr Cesak, Jan Fischer, Jaroslav Roztocil ADC Peripheral in s Petr Cesak, Jan Fischer, Jaroslav Roztocil Czech Technical University in Prague, Faculty of Electrical Engineering Technicka 2, CZ-16627 Prague 6, Czech Republic Phone: +420-224 352

More information

LCD MODULE DEM A SBH-PW-N

LCD MODULE DEM A SBH-PW-N DISPLAY Elektronik GmbH LCD MODULE DEM 128064A SBH-PW-N Version:12.1 17/Feb/2008 GENERAL SPECIFICATION MODULE NO. : DEM 128064A SBH-PW-N CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE 0 ORIGINAL VERSION

More information

LIQUID CRYSTAL DISPLAY MODULE

LIQUID CRYSTAL DISPLAY MODULE LIQUID CRYSTAL DISPLAY MODULE Standard Product Specification PRODUCT NUMBER LR2016 Product Mgr Quality Mgr Electrical Eng Document Control Date: Date: Date: Date: Approval for Specification only Approval

More information

DOGM GRAPHIC SERIES 128x64 DOTS

DOGM GRAPHIC SERIES 128x64 DOTS DOGM GRAPHIC SERIES 128x64 DOTS 27.6.2007 available from 1 pc. off! flat: 5.6mm incl. LED TECHNICAL DATA EA DOGM128W-6 + EA LED55x46-A EA DOGM128B-6 + EA LED55x46-W EA DOGM128W-6 + EA LED55x46-W * HIGH-CONTRAST

More information

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li

Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Dynamic Animation Cube Group 1 Joseph Clark Michael Alberts Isaiah Walker Arnold Li Sponsored by: Department of Electrical Engineering & Computer Science at UCF What is the DAC? The DAC is an array of

More information

BUSES IN COMPUTER ARCHITECTURE

BUSES IN COMPUTER ARCHITECTURE BUSES IN COMPUTER ARCHITECTURE The processor, main memory, and I/O devices can be interconnected by means of a common bus whose primary function is to provide a communication path for the transfer of data.

More information

16 * 16LED Dot Matrix Display

16 * 16LED Dot Matrix Display Current Electronics and Telecomunications (2018) Original Research Article 16 * 16LED Dot Matrix Display Yi Chen,Meihua Wu,Peiyuan Dong Electronic Information Engineering College, Jinhua University of

More information

P XGA TFT Monitor. User s Manual

P XGA TFT Monitor. User s Manual P6151 15 XGA TFT Monitor User s Manual Disclaimers This manual has been carefully checked and believed to contain accurate information. Axiomtek Co., Ltd. assumes no responsibility for any infringements

More information

Uni700 LCD Controller

Uni700 LCD Controller Landmark Technology Inc. Uni700 LCD Controller For TFT LCDs with Resolution up to 1,920 x 1,200 (Version A) January 27, 2009 1 1. Introduction The Uni700 controller board is designed for LCD panels of

More information

Specification V1.1. NLC320F240BTM4 (Status: June 2010) Approval of Specification. Approved by. Admatec Customer

Specification V1.1. NLC320F240BTM4 (Status: June 2010) Approval of Specification. Approved by. Admatec Customer LCD Module NLC320F240BTM4 (Status: June 2010) RoHS Specification V1.1 Approval of Specification Admatec Customer Approved by Date 10.06.2010 This product complies to EU directive 2002/95/EC (RoHS) of January

More information

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards MODULE - 1 e-pg Pathshala Subject: Computer Science Paper: Computer Graphics and Visualization Module: Introduction to Computer Graphics Module No: CS/CGV/1 Quadrant 1 e-text Objectives: To get introduced

More information

Counter/timer 2 of the 83C552 microcontroller

Counter/timer 2 of the 83C552 microcontroller INTODUCTION TO THE 83C552 The 83C552 is an 80C51 derivative with several extended features: 8k OM, 256 bytes AM, 10-bit A/D converter, two PWM channels, two serial I/O channels, six 8-bit I/O ports, and

More information

DEM B SBH-PW-N (A-TOUCH)

DEM B SBH-PW-N (A-TOUCH) DISPLAY Elektronik GmbH LCD MODULE DEM 128128B SBH-PW-N (A-TOUCH) Version :2 28/Dec/2007 GENERAL SPECIFICATION MODULE NO. : DEM 128128B SBH-PW-N (A-TOUCH) CUSTOMER P/N VERSION NO. CHANGE DESCRIPTION DATE

More information

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required Reading Required 1. Displays and s Angel, pp.19-31. Hearn & Baker, pp. 36-38, 154-157. OpenGL Programming Guide (available online): First four sections of chapter 2 First section of chapter 6 Optional

More information

XC-77 (EIA), XC-77CE (CCIR)

XC-77 (EIA), XC-77CE (CCIR) XC-77 (EIA), XC-77CE (CCIR) Monochrome machine vision video camera modules. 1. Outline The XC-77/77CE is a monochrome video camera module designed for the industrial market. The camera is equipped with

More information