sumotoy / TFT_ST7735

A fast driver for ST7735 displays that works with Arduino's /All Teensy's/ESP8266/SPARK
69 stars 31 forks source link

erase a line? with TFT_ST7735 #8

Closed mpirbay closed 8 years ago

mpirbay commented 8 years ago

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,

mpirbay commented 8 years ago

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