esp32_lilygo_t-display-s3
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
esp32_lilygo_t-display-s3 [2025/03/27 17:23] – created bruno | esp32_lilygo_t-display-s3 [2025/04/04 22:21] (current) – bruno | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== LILYGO T-Display-S3 ==== | ||
+ | |||
+ | |||
[[https:// | [[https:// | ||
+ | |||
+ | * Téléchargement des bibliothèques: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * Utilisation version antérieur du firmware de la board ([[https:// | ||
+ | * Select board LILYGO T-Dysplay-S3 | ||
+ | * 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.1743096223.txt.gz · Last modified: 2025/03/27 17:23 by bruno