Microcontroller › AVR › Bug in displaying LCD128*64 using Atmega1280 after reset › Hi Ajish Alfred, Thanks a lot
July 9, 2012 at 1:31 pm
#8222
Guest
Hi Ajish Alfred,
Thanks a lot for your reply.I modified my code and am able to rectify my problem. What made it display previous contents after Power reset is….My initialisation code have chipselect, displayON and then clear LCD function.So after power reset,all those functions are executed making old message appear once.. then clearing the LCD.