Page 1 of 1

lcd screen flicker

Posted: Wed Dec 19, 2012 9:14 pm
by siliconchip
hi all i have created a flowchart using pwm initially to gain some understanding of it the problem is although it simulates in flowcode as i intended, on actual hardware the screen flickers,i have tried to eliminate this using different clock speeds as well as increasing a delay value but i am no closer to solving it, can anyone point me in the right direction please

Re: lcd screen flicker

Posted: Wed Dec 19, 2012 9:32 pm
by Enamul
Can you please try this one?
Edit: I have deleted the clear display function in the loop and increased delay to 250ms. Added two space after "%" so that it is now "% " in the code which removes any unwanted character if 100% to 99% or 10% to 9%.

Re: lcd screen flicker

Posted: Wed Dec 19, 2012 9:43 pm
by siliconchip
thanks it works brilliantly obviously the lcd clear was not needed thanks once again

Re: lcd screen flicker

Posted: Wed Dec 19, 2012 11:11 pm
by Enamul
Glad to know it worked :)