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

ST7735 tft.drawString #23

Open Marcvz123 opened 5 years ago

Marcvz123 commented 5 years ago

Hello, I have been using the old library for the ST7735 and now trying out the new one for better support with the 1.44" SPI 128128 V2.1 RED display. I have been using function tft.drawString to display (const char&, int, int, int). tft.drawString(newTime, 3, 3, 6);

Could someone help me out with an alternative way to do so using a function from the new library?

Thanks in advance!