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/29 00:56] – bruno | esp32_lilygo_t-display-s3 [2025/04/04 22:21] (current) – bruno | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | [[https:// | + | ==== LILYGO |
- | * '' | ||
- | * '' | ||
+ | [[https:// | ||
+ | * Téléchargement des bibliothèques: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * 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 | ||
+ | |||
+ | <code c> | ||
+ | // https:// | ||
+ | |||
+ | #include < | ||
+ | |||
+ | TFT_eSPI tft = TFT_eSPI(); | ||
+ | |||
+ | void setup() { | ||
+ | tft.begin(); | ||
+ | tft.setRotation(1); | ||
+ | tft.setTextColor(TFT_WHITE, | ||
+ | } | ||
- | [[https:// | + | void loop() { |
+ | tft.fillScreen(TFT_BLACK); | ||
+ | tft.drawString(" | ||
+ | delay(500); | ||
+ | tft.fillScreen(TFT_BLACK); | ||
+ | delay(500); | ||
+ | } | ||
+ | </code> |
esp32_lilygo_t-display-s3.1743209768.txt.gz · Last modified: 2025/03/29 00:56 by bruno