HTEB1
User manual
void LCDLoopMsg(void) |
|
|
{ |
|
|
while(1) | // do forever... | |
{ |
|
|
LCDWriteLine(0,&Text1[0]); | // display msgs | |
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(); | // init ports and LCD | |
LCDLoopMsg(); | // go to LoopMsg | |
} |
|
|
|
|
|
Issue 0.2 | Page 38 | 07/2002 |