I'm using the DK-TM4C129X and having problem that the display shows tearing or blinking. I'm using canvas (size is 108 x 15 if it matters) to show measured value(s) and it will be updated every second. I'll change the text with CanvasTextSet command. If I don't have CANVAS_STYLE_FILL enabled there will be no tearing/blinking but then I have ghosting (part of the old numbers stay on the display if the size of the new number is smaller than old). If FILL is enabled I don't have any ghosting but then the numbers are blinking. The blinking doesn't happen every time the value is updated. It happens usually 3-4 times a row and then it's gone for 2 updates or so.
The question is: is this feature, bug or am I doing something wrong? Is there a better way to display changing values?
I use the grlib from the TivaWare library and the display driver is what comes as an example with the development kit.
Br. JHi