-
Notifications
You must be signed in to change notification settings - Fork 190
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
lcd_driver: fix LCD peripheral timing issue caused by ESP-IDF v5.3 API changes #349
Conversation
@vroland when you are back can you please try this in a 16-bit display? @huming2207 can you please add also 5.3 in the CI idf versions so it’s also tested for that? |
Great work, thank you! I'll go to a hacker's camp later next week and I plan to finally spend some more time on epdiy there. I should be able to test this before the end of the week :) |
Sure, will do later. |
…F v5.3 API breaking changes Ref: vroland#345
@martinberlin Done, CI (with IDF v5.3 and fixed clang-tidy error) seems working: https://github.com/huming2207/epdiy/actions/runs/10569570599/job/29282629131 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All working stable for me now. We need just to add a note for those upgrading to IDF 5.3, proper fullclean and re-build again is needed or errors might occur after flashing. Like the one that triggered for me in freeRTOS.
@vroland missing test: 16-bit display. But should work since it's the same principle than 8 bit just with double data wires. Anyways sicher ist sicher!
Added this page in the WiKi @vroland |
Hi @vroland @martinberlin
This is the fix of: #345
Log see below:
Regards,
Jackson