S1D13700F01A100 Epson, S1D13700F01A100 Datasheet - Page 133

no-image

S1D13700F01A100

Manufacturer Part Number
S1D13700F01A100
Description
Display Drivers LCD CONTROLLER
Manufacturer
Epson
Datasheet

Specifications of S1D13700F01A100

Operating Temperature (min)
-40C
Operating Temperature (max)
85C
Operating Temperature Classification
Industrial
Package Type
TQFP
Pin Count
80
Mounting
Surface Mount
Operating Supply Voltage (min)
2.7V
Lead Free Status / Rohs Status
Supplier Unconfirmed

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
S1D13700F01A100
Manufacturer:
MTK
Quantity:
5 000
Part Number:
S1D13700F01A100
Manufacturer:
Epson Electronics America Inc-Semiconductor Div
Quantity:
10 000
Part Number:
S1D13700F01A100
Manufacturer:
EPSON/爱普生
Quantity:
20 000
10: SAMPLE CODE
10.2 Sample code without using the S1D13705 HAL API
/*
**===========================================================================
** SAMPLE2.C - Sample code demonstating a direct access of the S1D13705.
**-------------------------------------------------------------------------
** Created 1998, Vancouver Design Centre
** Copyright (c) 1998, 1999 Epson Research and Development, Inc.
** All Rights Reserved.
**-------------------------------------------------------------------------
**
** The sample code using direct S1D13705 access
** will configure for the following:
**
** 320x240 Single Color 4-bit STN
** 8 bpp color depth - 70 Hz Frame Rate (6 MHz CLKi)
**
** Notes:
** 1) This code is written to be compiled for use under 32-bit
**
**
** 2) Register setup is done with discreet writes rather than being table
**
**
** 3) The array of register values as produced by 1375CFG.EXE is included
**
**
**
**===========================================================================
*/
#include <conio.h>
#include <windows.h>
#include <winioctl.h>
#include "ioctl.h"
/*
** Look-Up Table - 16 of 256 elements.
** For this sample only the first sixteen LUT elements are set.
*/
unsigned char LUT[16*3] =
{
};
/*
** Register data.
** These values were generated using 1375CFG.EXE.
** The sample code uses these values but does not refer to this array.
** In a typical application these values would be written to the registers
2-48
This second sample demonstrates exactly the same sequence as the first howerver the HAL is not
used, all manipulation is done by directly accessing the registers.
Windows. In order to function the vxd file S1D13XXX.VXD must
be in the \WINDOWS\SYSTEM directory.
driven. This allows for clear commenting. It is more efficient to
loop through the array writing each element to a control register.
here. I write the registers directly rather than refer to the register
array in the sample code.
0x00, 0x00, 0x00,/* BLACK
0x00, 0x00, 0xA0,/* BLUE
0x00, 0xA0, 0x00,/* GREEN
0x00, 0xA0, 0xA0,/* CYAN
0xA0, 0x00, 0x00,/* RED
0xA0, 0x00, 0xA0,/* PURPLE */
0xA0, 0xA0, 0x00,/* YELLOW */
0xA0, 0xA0, 0xA0,/* WHITE
0x00, 0x00, 0x00,/* BLACK
0x00, 0x00, 0xF0,/* LT BLUE
0x00, 0xF0, 0x00,/* LT GREEN
0x00, 0xF0, 0xF0,/* LT CYAN
0xF0, 0x00, 0x00,/* LT RED
0xF0, 0x00, 0xF0,/* LT PURPLE */
0xF0, 0xF0, 0x00,/* LT YELLOW */
0xF0, 0xF0, 0xF0/* LT WHITE
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
EPSON
S1D13705F00A PROGRAMMING NOTES
AND EXAMPLES (X27A-G-002-01)

Related parts for S1D13700F01A100