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?
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!