S1D13743F00A200 Epson, S1D13743F00A200 Datasheet - Page 119

LCD Drivers LCD CNTRL w/Embedded 464KB SRAM

S1D13743F00A200

Manufacturer Part Number
S1D13743F00A200
Description
LCD Drivers LCD CNTRL w/Embedded 464KB SRAM
Manufacturer
Epson
Datasheet

Specifications of S1D13743F00A200

Maximum Clock Frequency
33 MHz, 68.59 MHz
Operating Supply Voltage
1.5 V
Maximum Operating Temperature
+ 85 C
Package / Case
QFP-20-144
Attached Touch Screen
No
Maximum Supply Current
74 mA
Minimum Operating Temperature
- 40 C
Lead Free Status / RoHS Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13743F00A200
Manufacturer:
EPSON
Quantity:
5 690
Epson Research and Development
Vancouver Design Center
SetWin.txt
verbose cmd:off out:on set:off
'------------------------------------------------------------------------------
' SetWin.txt - Play script for the 13743
'
' This script is functionally identical to the Play command 'win'. Call this
' script to set the 13743 window co-ordinates as specified by the arguments.
'
'
'
'
'
'
'
'
'
'
'
'
'
'
'------------------------------------------------------------------------------
' Set the default window values to the display size.
set $SX 0
set $SY 0
set $EX (width
SET $EY (height - 1)
' Use non-default values ONLY if all four arguments are given
if (argn!=5) then goto SETWINDOW
set $SX arg[1].n
set $SY arg[2].n
set $EX (arg[1].n + arg[3].n - 1)
set $EY (arg[2].n + arg[4].n - 1)
section SETWINDOW
' Change the register window settings
x 38
x 3A ($SX >> 8)
x 3C
x 3E ($SY >> 8)
x 40
x 42 ($EX >> 8)
x 44
x 46 ($EY >> 8)
Hardware Functional Specification
Issue Date: 2010/05/18
Syntax:
Where:
Example: SetWin 0 0 100 100
win SX:0 SY:0 EX:width EY:height
$SX
$SY
$EX
$EY
SetWin X Y W H
X
Y
W- Window width
H
Sets the window to start at 0,0 and end at 100, 100
SetWin
Sets the window size to the size of the display
- Left edge window X position
- Top edge window Y position
- Window height
- 1)
Revision 2.7
X70A-A-001-02
S1D13743
Page 119

Related parts for S1D13743F00A200