Sorry If my english skill make someone misunderstanding or annoying. However, I want a little help about coding with TFT screen.
Now I'm using TFT screen to displays a number values.
Code is
TFT.drawNumbers(conductance,90,5,2)
In screen is showing values that I want now but it overwrite itself.
Could I erese it or refresh or something else to showing this data witout overwrite itself.
However, I want just this value to change in any time periods (1sec/ no overwrite it) and let others thing in screen not change.
I try about clear all screen but it's not good at all it seem like a flash every second.
I try about draw rectangle but if someone have better solution pls help me
Thank a lot.