Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
I used the online flasher to update my ESP32-3248S035C module to version 1.53.7 from the version 1.51.8 that I used previously. With all of the same configuration settings, the 1.53.7 version made the screen be reversed left to right, be offset in x and y, and have changed color. The same was true for version 1.53.6 and 1,53.5. Reflashing the original version 1.51.8 was OK, and flashing newer versions through 1.53.4 were good, too. Versions 1.53.5 and 1.53.6 acted like 1.53.7. Could you check if something may have changed starting at version 1.53.5 to cause this issue? I was able to update a ESP32-2432S028R module to version 1.53.7 without any problem.
- cicciocb
- Site Admin
- Posts: 2781
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 592 times
- Been thanked: 1990 times
- Contact:
Re: Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
Have you tried to setup the TFT display again?
I included the support for another TFT display in the version 1.53.5
Version 1.53.5
- Editor Page - Several Improvements
- Improved and fixed the search function with CTRL-F
- Now, the highlighted text is automatically searched when pressing CTRL-F
- The F3 key can now be used to open the search window and to search for the next instance
- Improved the double click on a word
- Now, the word is selected including the underscore (_) and dollar ($) characters, without any trailing spaces
- Implemented the support for the module ESP32-S3-GEEK (ESP32-S3 + 1.14" TFT 240x135 + SD)
- Implemented support for another variant of the ILI9341 TFT (ILI9341 240x135)
- Improved the command SERIAL2.MODE with the possibility to define the size of the TX and RX buffers
- The command is SERIAL2.MODE baudrate, pin_tx, pin rx [, bits, parity, stop] [, TXbuffer, RXbuffer]
- Fixed PIN.TOUCH not working when streaming is happening
I included the support for another TFT display in the version 1.53.5
Version 1.53.5
- Editor Page - Several Improvements
- Improved and fixed the search function with CTRL-F
- Now, the highlighted text is automatically searched when pressing CTRL-F
- The F3 key can now be used to open the search window and to search for the next instance
- Improved the double click on a word
- Now, the word is selected including the underscore (_) and dollar ($) characters, without any trailing spaces
- Implemented the support for the module ESP32-S3-GEEK (ESP32-S3 + 1.14" TFT 240x135 + SD)
- Implemented support for another variant of the ILI9341 TFT (ILI9341 240x135)
- Improved the command SERIAL2.MODE with the possibility to define the size of the TX and RX buffers
- The command is SERIAL2.MODE baudrate, pin_tx, pin rx [, bits, parity, stop] [, TXbuffer, RXbuffer]
- Fixed PIN.TOUCH not working when streaming is happening
Re: Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
I flashed the ESP32-3248S035C module with version 1.53.7 , and I got the left-right reversed, offset, off-color screen again. I tried commanding TFT.INIT 0 or 1 or 2 or 3 in the immediate window of the editor, and the display changed a bit, but it did not show the screen orientation, offset, or color correctly, as it does by default in version 1.51.8 through 1.53.4 . I am using landscape mode for my programs.
- PeterN
- Posts: 641
- Joined: Mon Feb 08, 2021 7:56 pm
- Location: Krefeld, Germany
- Has thanked: 296 times
- Been thanked: 357 times
- Contact:
Re: Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
I am not sure as I do not own such a module, but ... perhaps CiccioCb was aiming at the Config page and the possibility of selecting an ST7796 (??) display there again?
- cicciocb
- Site Admin
- Posts: 2781
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 592 times
- Been thanked: 1990 times
- Contact:
Re: Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
Yes, this was my intention ...[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Thu Jul 04, 2024 12:31 pm I am not sure as I do not own such a module, but ... perhaps CiccioCb was aiming at the Config page and the possibility of selecting an ST7796 (??) display there again?
Re: Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
OK, I reselected ST7796 on the config page and saved the configuration and disconnected and reconnected the power to the module. I get the same incorrect display. My programs seem to be running, and the capacitive touch seems to work correctly as though the display was in the correct orientation and position and color.
- cicciocb
- Site Admin
- Posts: 2781
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 592 times
- Been thanked: 1990 times
- Contact:
Re: Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
I need to check with an ST7796 ...[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Thu Jul 04, 2024 1:05 pm OK, I reselected ST7796 on the config page and saved the configuration and disconnected and reconnected the power to the module. I get the same incorrect display. My programs seem to be running, and the capacitive touch seems to work correctly as though the display was in the correct orientation and position and color.
- cicciocb
- Site Admin
- Posts: 2781
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 592 times
- Been thanked: 1990 times
- Contact:
Re: Version 1.53.5, 6, and 7 issue on ESP32-3248S035C
Sorry for the late answer.
I'm in the process to integrate the 18bits LCD drivers for the ESP32-S3 so I tested the ST7796.
I just discovered that I did an error when I integrated the ILI9341 240x135 (i used the same display code internally).
So there will be a fix in the next versions.
I'm in the process to integrate the 18bits LCD drivers for the ESP32-S3 so I tested the ST7796.
I just discovered that I did an error when I integrated the ILI9341 240x135 (i used the same display code internally).
So there will be a fix in the next versions.