Skip to content

Instantly share code, notes, and snippets.

@reefwing
Created December 11, 2022 00:16
Show Gist options
  • Select an option

  • Save reefwing/913dc6d9c512822c0c5777c5af618d56 to your computer and use it in GitHub Desktop.

Select an option

Save reefwing/913dc6d9c512822c0c5777c5af618d56 to your computer and use it in GitHub Desktop.
T-Watch-2020 Text Example
ttgo->tft->setTextSize(2);
ttgo->tft->setCursor(0, 0);
ttgo->tft->setTextColor(TFT_YELLOW);
ttgo->tft->print("Reefwing Software");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment