Skip to content
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

Bugfix reset signal and .pde projects renamed to .ino #24

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Erriez
Copy link

@Erriez Erriez commented Jul 24, 2016

Dear Adafruit,

I'm implementing a new display driver with a ILI9341 controller. The new display did not work after power-on, because the reset signal is not generated correctly.
The ILI9341 datasheet describes: tRT (reset cancel) delay must be at least 5ms before sending commands. Adding a delay(5) solved the problem. This fix is applicable to all displays.

It would be great if you can merge this change. I've also upgraded all .pde projects to .ino. (minor issue)

Best regards,
Erwin

blazangel and others added 5 commits July 24, 2016 10:56
According to the ILI9341 datasheet, a delay of at least 5ms is required after releasing the RESET signal before sending commands. Some displays won't start after power-on without this delay.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants