A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 85
while(!Kbhit())
{
LCDBright (1);
BmpShowAt(20, 10, "c.bmp" ,1);
LCDBright (7);
BmpShowAt(20, 10, "d.bmp" ,1);
}
break;
case 'q': //press ‘q’ or ‘Q’ to quit this program
case 'Q':
quit=1; break;
}
LCDSetToPage (1); //back to LCD page 1
}
ClrScrn(); //Clear LCD screen
CloseLCD(); //close LCD
}
Show 2 BMP picture
alternately on LCD. Using the
similar pictures & contrasted
bright seting to mke an
animation effect.
Press any key to back to page 1.