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

Increase speed #1

Open
GandalfDG opened this issue Dec 15, 2021 · 0 comments
Open

Increase speed #1

GandalfDG opened this issue Dec 15, 2021 · 0 comments

Comments

@GandalfDG
Copy link
Owner

Maximum execution time of a data write after sending the instruction is 37 microseconds, but we seem to be sleeping for 50 microseconds, and not checking the busy flag. HD44780 documentation suggests that time to execute the next instruction will be longer if a new instruction is written while the busy flag is high.

  • investigate the frequency of the raspberry pi's I2C bus
  • see if we can tighten writing by reading the busy flag without sleeping, or will that just add more overhead
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

1 participant