Hi everyone,
In my program, the LCD commands are placed in a loop.
But the refresh rate of the LCD is too fast, so in certain conditions (when reading an unstable ADC value for example), the displayed numbers are changing very quickly, so it's unreadable.
So, it will be better if my LCD refresh displayed values every 200/500ms.
I don't want to use a delay/wait command in my loop.
Did the DEFINE LCD [...] commands can solve this problem?
Thanks a lot.
Bookmarks