Created
December 11, 2022 00:16
-
-
Save reefwing/913dc6d9c512822c0c5777c5af618d56 to your computer and use it in GitHub Desktop.
T-Watch-2020 Text Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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