beautypg.com

Zilog ZUSBOPTS User Manual

Page 50

background image

UM025603-0814

ZDS II Developer Studio for the ZNEO CPU

Zilog Educational Shields

User Manual

43

delay2();

PAOUT = 0x7C;

PBOUT = 0x08;

PCOUT = 0x10;

PDOUT = 0x20;

PEOUT = 0x7C;

delay2();

delay2();

}//End LetterZ

void LetterI(void)

{

delay2();

delay2();

PAOUT = 0x10;

PBOUT = 0x10;

PCOUT = 0x10;

PDOUT = 0x10;

PEOUT = 0x10;

delay2();

delay2();

}//End LetterI

void LetterL(void)

{

delay2();

delay2();

PAOUT = 0x40;

PBOUT = 0x40;

PCOUT = 0x40;

PDOUT = 0x40;

PEOUT = 0x7C;

delay2();

delay2();

}//End LetterL

void LetterO(void)

{

delay2();

delay2();

PAOUT = 0x38;

PBOUT = 0x44;

PCOUT = 0x44;

PDOUT = 0x44;

PEOUT = 0x38;

delay2();

delay2();

}//End LetterO