S1D13A04F00A Epson Electronics America Inc-Semiconductor Div, S1D13A04F00A Datasheet - Page 260

IC LCD COMPANION 160KB 128-TQFP

S1D13A04F00A

Manufacturer Part Number
S1D13A04F00A
Description
IC LCD COMPANION 160KB 128-TQFP
Manufacturer
Epson Electronics America Inc-Semiconductor Div
Datasheets

Specifications of S1D13A04F00A

Display Type
LCD
Voltage - Supply
1.8 V ~ 2.75 V
Mounting Type
Surface Mount
Package / Case
125-TQFP, 125-VQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Current - Supply
-
Operating Temperature
-
Interface
-
Configuration
-
Digits Or Characters
-
Other names
S1D13A04F00A100
S1D13A04F00A100

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13A04F00A
Manufacturer:
Epson Electronics America Inc-Semiconductor Div
Quantity:
10 000
Part Number:
S1D13A04F00A1
Manufacturer:
EPSON
Quantity:
816
Part Number:
S1D13A04F00A1
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Part Number:
S1D13A04F00A100
Manufacturer:
OSRAM
Quantity:
4 600
Company:
Part Number:
S1D13A04F00A100
Quantity:
2
Page 88
9.2.11 Move BitBLT with Color Expansion
S1D13A04
X37A-G-003-05
The Move BitBLT with Color Expansion takes a monochrome bitmap as the source and
color expands it into the destination. All bits set to one in the source are expanded to desti-
nation pixels of the selected foreground color. All bits set to zero in the source are expanded
to pixels of the selected background color.
The Move BitBLT with Color Expansion is used to accelerate text drawing. A monochrome
bitmap of a font, in off-screen video memory, occupies very little space and takes
advantage of the hardware acceleration. Since the foreground and background colors are
programmable, text of any color can be created.
The Move BitBLT with Color Expansion can move data from one rectangular area to
another, or either the source or destination may be specified to be linear. Storing rectangular
display data in linear format in off screen memory results in a tremendous space saving.
Example 18: Color expand a 9 x 16 rectangle using the pattern in off-screen memory
1. Calculate the destination and source addresses (upper left corner of the destination and
2. Program the BitBLT Width Register to 9 - 1. REG[8018h] is set to 08h.
3. Program the BitBLT Height Register to 16 - 1. REG[801Ch] is set to 0Fh.
4. Program the BitBLT ROP Code/Color Expansion Register. REG[8008h] bits 19-16
5. Program the BitBLT Operation Register to select the Move BitBLT with Color Ex-
6. Program the BitBLT Foreground Color Register to select black (in 16 bpp black =
source rectangles), using the formula.
Program the BitBLT Destination Start Address Register. REG[8010h] is set to 3390h.
Program the BitBLT Source Start Address Register. REG[800Ch] is set to 27000h.
are set to 7h.
pansion. REG[8008h] bits 3-0 are set to 0Bh.
0000h). REG[8024h] is set to 0000h.
at 27000h and move it to the screen coordinates x = 200, y = 20. Assume
a 320x240 display at a color depth of 16 bpp, Foreground color of black,
and background color of white.
DestinationAddress = (y
where:
BytesPerPixel = 1 for 8 bpp
BytesPerPixel = 2 for 16 bpp
ScreenStride = DisplayWidthInPixels
SourceAddress
= (20
= 13200
= 3390h
= 156K
= 27000h
ScreenStride) + (x
(320 2)) + (200
BytesPerPixels = 640 for 16 bpp
Epson Research and Development
Programming Notes and Examples
BytesPerPixel)
2)
Vancouver Design Center
Issue Date: 2002/08/21

Related parts for S1D13A04F00A