5DOF Robotic Arm Kit for Ardunio Uno R3 - Tutorial

Table Of Contents
51
In the loop() function, set the display font size with setTextSize(1);
setCursor(30,30) sets the position of the text displayed on the OLED screen, and
print("TEST") prints out the text information that needs to be displayed.