Search found 2 matches

by romaincgs
Tue Jul 02, 2024 9:29 am
Forum: ESP IoT Solution
Topic: Troubles migrating from ESP32-S3-LCD-EV-Board v1.4 to ESP32-S3-LCD-EV-Board v1.5
Replies: 1
Views: 3229

Re: Troubles migrating from ESP32-S3-LCD-EV-Board v1.4 to ESP32-S3-LCD-EV-Board v1.5

I found the problem : when upgrading from lcd V1.4 to V1.5, 4 pins have been swapped but the librairy (espressif__esp32_s3_lcd_ev_board v2.1.0) was changing only two of them. The issue have been reported. If I'm not wrong and we need to wait for Espressif to update the library, here's what must be c...
by romaincgs
Wed Jun 26, 2024 1:47 pm
Forum: ESP IoT Solution
Topic: Troubles migrating from ESP32-S3-LCD-EV-Board v1.4 to ESP32-S3-LCD-EV-Board v1.5
Replies: 1
Views: 3229

Troubles migrating from ESP32-S3-LCD-EV-Board v1.4 to ESP32-S3-LCD-EV-Board v1.5

Hello, I'm trying to solve some issues with embedded software. The code has been flashed on an ESP32-S3-LCD-EV-Board v1.4, and it worked well: everything was displayed fine. Now, I don't have any ESP32-S3-LCD-EV-Board v1.4 and need to use an ESP32-S3-LCD-EV-Board v1.5. I have been trying to solve th...