English
Language : 

SED1354 Datasheet, PDF (200/472 Pages) Epson Company – Color Graphics LCD/CRT Controller
Page 60
Epson Research and Development
Vancouver Design Center
{
for (rgb = 0; rgb < 3; rgb++)
{
*(pRegs + 0x26) = *pLUT;
pLUT++;
}
}
/*
** Registers 28-2E: RAMDAC - not used in this example. Programmed very
**
similarly to the LUT but all 256 entries are used.
*/
/*
** Register 23: Performance Enhancement - display FIFO enabled, optimum
**
performance.
*/
*(pRegs + 0x23) = 0x10;
/* 0001 0000 */
/*
** Register D: Display Mode - 8 BPP, LCD enable.
*/
*(pRegs + 0x0D) = 0x0D;
/* 0000 1101 */
}
SED1354
X19A-G-002-06
Programming Notes and Examples
Issue Date: 98/10/28