#1 21672395 22 Sep 2014 05:54 naveed azhar naveed azhar Anonymous Post #1 21672395 22 Sep 2014 05:54 sir kindly send me the moving message display procedure on 16*2 LCD and hex files generating procedure. thanks
#2 21672396 23 Sep 2014 02:40 Emmanuel Galleto Emmanuel Galleto Anonymous Post #2 21672396 23 Sep 2014 02:40 Hi Naveed,Found some 16X2 LCD display.Hope it helps
#3 21672397 23 Sep 2014 06:40 siju mukund siju mukund Anonymous Post #3 21672397 23 Sep 2014 06:40 Hi Azhar,if u r using a 4 bit LCD..just Give the command 0x18 inside the for loop only(means the data u want to print on LCD)..it wil work..scrolling from Right to Leftfor(z=0;Lcd1[z]!='';z++){ Lcd1 ("embed innovation"); set_add(0x18); delay(10);}like this............... thanks.