-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.4 vs 5.3.2 difference (IDFGH-14216) #15013
Comments
Hi @dannybackx, I'm sorry you encountered this issue and not sure what changes ESP-IDF 5.4 beta has compared to 5.3.2. But this is an RGB LCD screen drift issue that occurs with a high probability when using WIFI or erasing the flash. I reviewed the source code you provided, and the issue can be resolved with the following modifications:
|
Thanks but these don't help |
Sorry, I missed something. Please also add the |
Please note that using the 5.4 (beta1, beta2, rc1) trees also causes a shift in a demo application (on the same hardware) that uses a completely different video software stack. This one - see https://sourceforge.net/p/esp32-s3-86-box-project-base/code/HEAD/tree/trunk/minimal/ - uses the software stack provided by the hardware manufacturer. Same behaviour : with 5.3 the UI looks normal, with any of the 5.4 distributions, the screen is shifted. |
I am running into the same situation as dannybackx and can confirm it's there even in very simple apps--something important has changed in the esp-idf 5.4 release for rgb displays and so far I have not been able to work around it in any way. |
Same thing on a Spotpear module. |
Answers checklist.
IDF version.
Any 5.4 version ("5.4" as well as "5.4 beta 2") compared to 5.3.2
Espressif SoC revision.
Warning: ESP32-S3 has no Chip ID. Reading MAC instead. MAC: 48:27:e2:e7:4a:88
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ZX3D95CD01S
Power Supply used.
External 5V
What is the expected behavior?
I expected the image to be the same
What is the actual behavior?
Visual output shifted
Steps to reproduce.
https://sourceforge.net/p/esp32-s3-86-box-project-base/code/HEAD/tree/trunk/alarm
Compile with the two versions mentioned.
![v5 3 2](https://private-user-images.githubusercontent.com/10342293/394412052-e7ae847d-85eb-41b8-9140-5d4d171e6a1c.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTAwNjcsIm5iZiI6MTczODg4OTc2NywicGF0aCI6Ii8xMDM0MjI5My8zOTQ0MTIwNTItZTdhZTg0N2QtODVlYi00MWI4LTkxNDAtNWQ0ZDE3MWU2YTFjLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAwNTYwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNjMjcwNDFhMDlhODM2MTRkNjE2ZjYxMGI2OWYwNDgxMDA2MTE4MThhMzMwY2JmMDU1ZDUwZDM5Y2FkYjY1ODEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-B7Vrj8fobVz2Q6CtpHgbe9xk8K8ZF5D1HExlzo2MQs)
![v5 4b2](https://private-user-images.githubusercontent.com/10342293/394412059-90530c50-53de-4d2e-b4ce-5e4b227e1ad8.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTAwNjcsIm5iZiI6MTczODg4OTc2NywicGF0aCI6Ii8xMDM0MjI5My8zOTQ0MTIwNTktOTA1MzBjNTAtNTNkZS00ZDJlLWI0Y2UtNWU0YjIyN2UxYWQ4LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDAwNTYwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ0ZmYyNTk3YzBhN2ZjZDMzOGM3M2VmZWM4MzlkNzgxMjU3OTJlNzM5NTZmZDMxODU3ZmY3YjVmNjc3ODQ1YjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MLTWwgaojCUVULNqovYgW4An9bRAG-_bxQ1VmmlQsgI)
Debug Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: