Hi everyone, How do I reduce the flicker on my graphic LCD? This is basically how I control the LCD: while (1) { clear_LCD(); // Write 0 to the entire LCD RAM write_stuff(); } The reason why I have to clear the entire LCD was if I don't, the stuff from the previous screen is still there (if it is not overwritten) and I think this is the source of my problem, but I don't know how to get by this. Please help! Best regards, Thomas __________________________________ Do you Yahoo!? Yahoo! Search - Find what you re looking for faster http://search.yahoo.com -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu