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

Asynchronous print #2

Closed
fivdi opened this issue Nov 9, 2013 · 1 comment
Closed

Asynchronous print #2

fivdi opened this issue Nov 9, 2013 · 1 comment

Comments

@fivdi
Copy link
Owner

fivdi commented Nov 9, 2013

Currently the print method is synchronous and depending on the Linux board being used, it will take 10 to 20 milliseconds to display 80 characters on a 20x4 LCD. This is a little too long and goes against the grain of what's expected by Node users. An asynchronous print that leverages process.nextTick to avoid blocking the CPU for such long periods of time would be better.

@fivdi
Copy link
Owner Author

fivdi commented Nov 23, 2013

In lcd v0.2.0 the print method is asynchronous 8aaaa84. Synchronous print is no longer supported.

@fivdi fivdi closed this as completed Nov 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant