-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I have an application where I display a screen with multiple values and their titles.
When I first display the screen everything is fine.
But when I update just one changed value (not clearing the screen), the updated value is merged on top of the old value.
It appears that the characters being printed are OR'd on top of current pixels, rather than replacing.
I am using the display.printf(0, 10, "Title: %-15s", mytitle); function. Works fine when I first clear the display.
Does not work on second update call (without clearing display) with a new title value. Result is illegible.
I only want to update the value that changed without re-printing the entire screen.
Thanks,
Marty
Metadata
Metadata
Assignees
Labels
No labels