oled.cursorTo(0,31 ); // x:0, y:69 oled.printString("with YOUR support!"); }
void setup() { oled.init(0x3C); // Initializes the display to the specified address oled.clear(); // Clears the display delay(1000); // Delay for 1 second splash(); // Write something to the display (refer to the splash() method }