LCD drawing very slow

Found a similar problem when updating values displayed on LCD.
Overwriting old values with a filled rectangle takes a lot of time.
Faster is to remember the old value and overwrite it with white color text (if you have white background) before writing the new value.