Epson Research and Development
Page 67
Vancouver Design Center
Programming Notes and Examples
S1D13704
Issue Date: 01/02/12
X26A-G-002-03
** Frame Rate = ---------------------------
** (HDP + HNDP) * (VDP + VNDP)
*/
SET_REG(0x08, 0x1E);
/*
** Register 09h - FPFRAME Start Position - not used by STN
*/
SET_REG(0x09, 0x00);
/*
** Register 0Ah - Vertical Non-Display Register
** - CAlculated in conjunction with register 08h (HNDP) to
** achieve the desired frame rate.
*/
SET_REG(0x0A, 0x3B);
/*
** Register 0Bh - MOD Rate - not used by this panel
*/
SET_REG(0x0B, 0x00);
/*
** Register 0Ch - Screen 1 Start Word Address LSB
** Register 0Dh - Screen 1 Start Word Address MSB
** - Start address should be set to 0
*/
SET_REG(0x0C, 0x00);
SET_REG(0x0D, 0x00);
/*
** Register 0Fh - Screen 2 Start Word Address LSB
** Register 10h - Screen 2 Start Word Address MSB
** - Set this start address to 0 too
*/
SET_REG(0x0F, 0x00);
SET_REG(0x10, 0x00);
/*
** Register 12h - Memory Address Offset
** - Used for setting memory to a width greater than the
** display size. Usually set to 0 during initialization
** and programmed to desired value later.
*/
SET_REG(0x12, 0x00);
/*
** Register 13h - Screen 1 Vertical Size LSB
** Register 14h - Screen 1 Vertical Size MSB
*