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 01:22] – bruno | esp32_lilygo_t-display-s3 [2025/04/04 22:21] (current) – bruno | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== LILYGO T-Display-S3 ==== | ||
+ | |||
+ | |||
[[https:// | [[https:// | ||
- | * '' | + | |
- | * '' | + | * '' |
- | * [...] | + | |
- | * [[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 | ||
+ | |||
+ | <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.1743211353.txt.gz · Last modified: 2025/03/29 01:22 by bruno