Hitachi Network Adapter H8 User Manual page 38

Lowcost evaluation board
Table of Contents

Advertisement

HTEB1
User manual
void LCDLoopMsg(void)
{
while(1)
{
LCDWriteLine(0,&Text1[0]);
LCDWriteLine(1,&Text2[0]);
Delay();
LCDWriteLine(0,&Text3[0]);
LCDWriteLine(1,&Text4[0]);
Delay();
LCDWriteLine(0,&Text4[0]);
LCDWriteLine(1,&Text5[0]);
Delay();
}
}
void main(void)
{
LCDInit();
LCDLoopMsg();
}
Issue 0.2
// do forever...
// display msgs
// init ports and LCD
// go to LoopMsg
Page 38
07/2002

Advertisement

Table of Contents
loading

This manual is also suitable for:

H8/tiny 3664fHteb1

Table of Contents