Update TFTeSPI examples

This commit is contained in:
lewis he
2020-06-23 17:36:15 +08:00
parent 914442a735
commit ecbdb78fe4
42 changed files with 1519 additions and 1470 deletions

View File

@@ -44,7 +44,7 @@ void setup()
watch->begin();
tft = watch->eTFT;
tft = watch->tft;
tft->setTextFont(2);

View File

@@ -20,7 +20,7 @@ void setup(void)
ttgo->begin();
tft = ttgo->eTFT;
tft = ttgo->tft;
tft->fillScreen(TFT_BLACK);

View File

@@ -27,7 +27,7 @@ void setup(void)
ttgo->begin();
tft = ttgo->eTFT;
tft = ttgo->tft;
tft->fillScreen(TFT_BLACK);