esp32_lilygo_t-display-s3
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| esp32_lilygo_t-display-s3 [2025/04/04 22:19] – bruno | esp32_lilygo_t-display-s3 [2025/04/04 22:21] (current) – bruno | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| void setup() { | void setup() { | ||
| tft.begin(); | tft.begin(); | ||
| - | tft.setRotation(1); | + | tft.setRotation(1); |
| tft.setTextColor(TFT_WHITE, | tft.setTextColor(TFT_WHITE, | ||
| - | // | ||
| - | |||
| } | } | ||
| void loop() { | void loop() { | ||
| - | tft.fillScreen(TFT_BLACK); | + | tft.fillScreen(TFT_BLACK); |
| + | | ||
| delay(500); | delay(500); | ||
| tft.fillScreen(TFT_BLACK); | tft.fillScreen(TFT_BLACK); | ||
| - | tft.drawString(" | ||
| delay(500); | delay(500); | ||
| } | } | ||
| </ | </ | ||
esp32_lilygo_t-display-s3.txt · Last modified: 2025/04/04 22:21 by bruno
