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

SPI baudrate #24

Closed
peterhinch opened this issue Dec 16, 2020 · 1 comment
Closed

SPI baudrate #24

peterhinch opened this issue Dec 16, 2020 · 1 comment

Comments

@peterhinch
Copy link

In your instructions page your code sets the baudrate to 24MHz. Yet your ILI9341 datasheet P231 section 19.3.4 specifies a minimum clock cycle time of 100ns for write cycles.

I have written a driver to enable my MicroPython nano-gui to work with your ILI9341 displays. I am reluctant to recommend an overclock without some justification. I have a high regard for your company's engineering skills and am sure you wouldn't risk a support nightmare so please could you explain the justification as 10MHz really is rather slow.

FWIW my board works fine at 40MHz...

@ladyada
Copy link
Member

ladyada commented Dec 16, 2020

if you are unsure, make the default freq 10mhz and folks could try running it faster. its your code 😁

@ladyada ladyada closed this as completed Dec 16, 2020
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

No branches or pull requests

2 participants