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/04/04 21:23] – bruno | esp32_lilygo_t-display-s3 [2025/04/04 22:21] (current) – bruno | ||
---|---|---|---|
Line 7: | Line 7: | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
* Utilisation version antérieur du firmware de la board ([[https:// | * Utilisation version antérieur du firmware de la board ([[https:// | ||
* Select board LILYGO T-Dysplay-S3 | * Select board LILYGO T-Dysplay-S3 | ||
* Setect port /dev/ttACM0 | * Setect port /dev/ttACM0 | ||
- | * | ||
+ | <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.1743801819.txt.gz · Last modified: 2025/04/04 21:23 by bruno