DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

DVK1815Z-A0 Ver la hoja de datos (PDF) - Solomon Systech

Número de pieza
componentes Descripción
Fabricante
DVK1815Z-A0
Solomon
Solomon Systech  Solomon
DVK1815Z-A0 Datasheet PDF : 7 Pages
1 2 3 4 5 6 7
SingleCmd((0x3f & Step));
}
void InitDisplay() {
SingleCmd(DisplayOff);
SingleCmd(SegRemapOn);
SingleCmd(ComRemapOn);
SetContrast(6, 0x36);
SingleCmd(PwrCtrlReg | IntVolBstr | IntReg | OPampBuffer);
SingleCmd(DisplayOn);
}
void clearRAM(unsigned char startpage,stoppage)
{
unsigned char i,j;
for (j=startpage;j<stoppage;j++) {
SetRAMAddr(j,0x00);
for (i=0; i<132; i++) {
SingleData(0x00);
}
}
}
/****************************************************
* F) Main Function
*
****************************************************/
main()
{
unsigned char i, j;
start: SetMode(PS);
resetchip();
clearRAM(0,9);
/****************************/
/* Show device demo
*/
/****************************/
InitDisplay();
SingleCmd(DisplayOn);
/****************************/
/* Display SSL Chinese
*/
/* Message
*/
/****************************/
SingleCmd(DisplayStart);
for (j=0; j<SSLNameNo; j++) {
SetRAMAddr(j+2, 0x18);
for (i=0; i<48; i++) {
SingleData(SSLName[j][i]);
}
}
delay(100);
goto start;
}
SOLOMON
Rev 0.1
08/2000
DVK1815Z-A0
6

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]