Hi, sorry if this is not the right place for posting this but I could'nt find any email address.
I have downloaded your library which I am using with a ESP8266.
It works very nice and it is indeed fast.
Since my application is essentially displaying text (time, data collected from thingspeak etc) I do not want to clear the screen every time because it causes flicker (the refresh is every second for the time display).
Is there a way of erasing just a line or part of a line of text?
Thank you again for sharing your library,
Sorry,
I found the answer by looking at the .h file. I suppose the answer is to to use setTextColor(foreground,background);
I close the issue.
Thank you again
Hi, sorry if this is not the right place for posting this but I could'nt find any email address. I have downloaded your library which I am using with a ESP8266. It works very nice and it is indeed fast. Since my application is essentially displaying text (time, data collected from thingspeak etc) I do not want to clear the screen every time because it causes flicker (the refresh is every second for the time display). Is there a way of erasing just a line or part of a line of text? Thank you again for sharing your library,