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.1743805192.txt.gz · Last modified: 2025/04/04 22:19 by bruno