sed1374 ETC-unknow, sed1374 Datasheet - Page 125

no-image

sed1374

Manufacturer Part Number
sed1374
Description
Sed1374 Embedded Memory Color Lcd Controller
Manufacturer
ETC-unknow
Datasheet

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
sed137460B5
Manufacturer:
HIROSE
Quantity:
49 000
Part Number:
sed1374F0A
Manufacturer:
EPSON
Quantity:
650
Part Number:
sed1374FOA
Manufacturer:
NICHIA
Quantity:
12 000
Part Number:
sed1374FOA
Manufacturer:
EPSON/爱普生
Quantity:
20 000
Epson Research and Development
Vancouver Design Center
Programming Notes and Examples
Issue Date: 99/04/27
StartWord = GetStartAddress();
StartWord ++;
SetStartAddress(StartWord);
StartWord = GetStartAddress();
StartWord --;
if (StartWord < 0)
SetStartAddress(StartWord);
StartWord = GetStartAddress();
StartWord -= words_per_line;
if (StartWord < 0)
SetStartAddress(StartWord);
StartWord = GetStartAddress();
StartWord += words_per_line;
SetStartAddress(StartWord);
long GetStartAddress (void)
{
}
void SetStartAddress (long StartWord)
{
}
Panning to the right.
Panning to the left.
Example 4: Scrolling (Up and Down)
To scroll down, increase the value in the Screen 1 Display Start Address Register by the
number of words in one virtual scan line. To scroll up, decrease the value in the Screen 1
Display Start Address Register by the number of words in one virtual scan line.
Step 1: Determine the number of words in one virtual scanline.
bytes_per_line = pixels_per_line / pixels_per_byte = 320 / 2 = 160
words_per_line = bytes_per_line / 2 = 160 /2 = 80
Step 2: Scroll up or down
To scroll up.
To scroll down.
StartWord = 0;
StartWord = 0;
return (REG[0D] * 256 +REG[0C];
REG[0C] = StartWord & 0xFF;
REG[0D] = StartWord / 256;
X26A-G-002-02
SED1374
Page 29

Related parts for sed1374