[graphical LCD EB 043-00-2] updating characters
Posted: Mon Mar 11, 2013 10:59 am
Hello everybody,
I'm looking for a way to refresh a part of the display without erasing all with glcd_clear(). Because clear() is very very slow (like 2s) and I need to update data quickly... If I try to redraw data at the same position without clearing the screen, the characters get stacked one over another and it's giving me ugly symbols.
Isn't there a function to erase just a line or just a character so I can clear the old characters before drawing the new ones while keeping a decent refreshing rate.
Thanks in advance for your help !
I'm looking for a way to refresh a part of the display without erasing all with glcd_clear(). Because clear() is very very slow (like 2s) and I need to update data quickly... If I try to redraw data at the same position without clearing the screen, the characters get stacked one over another and it's giving me ugly symbols.
Isn't there a function to erase just a line or just a character so I can clear the old characters before drawing the new ones while keeping a decent refreshing rate.
Thanks in advance for your help !