3 Answers
Worked it out
Was looking for parameters for tft -??
See my solution below
tft.setCursor(20,10,2);
// Set the font colour to be white with a black background, set text size multiplier to 1
tft.setTextColor(TFT_YELLOW,TFT_BLACK);
tft.setTextSize(1);
// We can now plot text on screen using the “print” class
//tft.println(“Hello World!”);
tft.println(“HTank-2”);
tft.setTextSize(6);
tft.println(temperatureC);