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

More efficient display buffer #20

Closed
jamwaffles opened this issue Mar 23, 2018 · 3 comments · Fixed by #125
Closed

More efficient display buffer #20

jamwaffles opened this issue Mar 23, 2018 · 3 comments · Fixed by #125
Labels
blocked Blocked on something else enhancement New feature or request

Comments

@jamwaffles
Copy link
Collaborator

After #19, there should be a way of giving the driver a different length display buffer depending on the size of the screen.

@jamwaffles
Copy link
Collaborator Author

After some initial investigation, this probably needs const generics to be in stable before being releasable. Something could be achieved with the typenum crate, but that's a kludge imo. Const generics are in nightly so it shouldn't be long until it lands.

@jamwaffles
Copy link
Collaborator Author

Blocked on rust-lang/rust#44580

@jamwaffles jamwaffles added the blocked Blocked on something else label Sep 5, 2019
@bugadani
Copy link
Contributor

#125 may make this possible using GenericArray

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked on something else enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants