esp32_lilygo_t-display-s3
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| esp32_lilygo_t-display-s3 [2025/03/27 19:20] – bruno | esp32_lilygo_t-display-s3 [2025/04/04 22:21] (current) – bruno | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== LILYGO T-Display-S3 ==== | ||
| + | |||
| + | |||
| [[https:// | [[https:// | ||
| - | * '' | + | |
| - | * '' | + | * '' |
| - | * install lib TFT_eSPI | + | |
| + | * '' | ||
| + | * Utilisation version antérieur du firmware de la board ([[https:// | ||
| + | * Select board LILYGO T-Dysplay-S3 | ||
| + | * Setect port / | ||
| + | |||
| + | <code c> | ||
| + | // https:// | ||
| + | |||
| + | #include < | ||
| + | |||
| + | TFT_eSPI tft = TFT_eSPI(); | ||
| + | |||
| + | void setup() { | ||
| + | tft.begin(); | ||
| + | tft.setRotation(1); | ||
| + | tft.setTextColor(TFT_WHITE, | ||
| + | } | ||
| + | |||
| + | void loop() { | ||
| + | tft.fillScreen(TFT_BLACK); | ||
| + | tft.drawString(" | ||
| + | delay(500); | ||
| + | tft.fillScreen(TFT_BLACK); | ||
| + | delay(500); | ||
| + | } | ||
| + | </ | ||
esp32_lilygo_t-display-s3.1743103229.txt.gz · Last modified: 2025/03/27 19:20 by bruno
