#include "iVIEW.H" #include "mmi100.H" int main() { InitLib(); printf("\n\rHello"); if(InitLCD()>0) Print("\nLCD wrong"); else { ClrScrn(); LcdPrintfAt(1,1,"Hello"); } return 0; }