Epson S1D13503 Technical Manual page 161

Graphics lcd controller
Hide thumbs Also See for S1D13503:
Table of Contents

Advertisement

Epson Research and Development
Vancouver Design Center
ChipID = ID_NOT_DETECTED;
//
// If the chip was just powered up, and no registers have been initialized,
// then use the following code:
//
outp(PortAddr, 0x0e);
switch (inp(PortAddr+1) & 0x30)
{
case 0x00:
ChipID = ID_13503;
break;
case 0x20:
ChipID = ID_13502;
break;
case 0x30:
ChipID = ID_13502;
break;
default:
ChipID = ID_NOT_DETECTED;
break;
}
return(ChipID);
}
Programming Notes and Examples
Issue Date: 01/01/30
Downloaded from
Elcodis.com
electronic components distributor
Page 65
S1D13503
X18A-G-002-06

Advertisement

Table of Contents
loading

Table of Contents