#include <TFT_espi.h>
void setup() {
Serial1.begin(115200);
tft.begin();
tft.setRotation(3);
tft.fillScreen(TFT_BLACK);
}
void loop() {
tft.setTextColor(TFT_GREEN);
tft.setTextSize(2);
tft.drawString("Hello World", 50, 120);
}
Loading
grove-oled-sh1107
grove-oled-sh1107