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

GLCD questions #117

Open
marksteward opened this issue Sep 14, 2014 · 1 comment
Open

GLCD questions #117

marksteward opened this issue Sep 14, 2014 · 1 comment

Comments

@marksteward
Copy link
Member

Why was there a timeout on acquiring the mutex?
Can we move XY into Write/ReadData?
Do we ever care about the mutex acquiring failing?
Should the tx buffer be in stack or heap?
Can we reduce the number of locks taken, or do we want to focus on keeping them as short as possible?
Why is the updatemutex a queue, not a semaphore?
Can we reduce the number of files involved?
Is InvertRect useful?
Any reason not to switch to DelayUntil?

@marksteward
Copy link
Member Author

We're moving to the adafruit library as a long-term project. Expect this all to be fixed in the next few months.

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