Introduction
In this tutorial you will learn to print value of variable on tft display screen of evive line by line. It is printed in the same way as the value of variables is printed on serial monitor continously in Arduino IDE. If you are not friendly with evive display screen then it is advisable for you to check the tutorial related to getting started with TFT display.
Arduino Sketch
In this example analog value of Pot 1(pin A9) is read and printed on Tft monitor using function print() and println() functions.