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

Expose Display.dcs #89

Closed
sampaioletti opened this issue Jan 11, 2024 · 2 comments · Fixed by #90
Closed

Expose Display.dcs #89

sampaioletti opened this issue Jan 11, 2024 · 2 comments · Fixed by #90

Comments

@sampaioletti
Copy link

Would it be feasible to expose the internal Dcs somehow?

i.e.

  1. Make it public
  2. Add a pass-through "write_raw" method to the Display struct
  3. Implement a trait that exposes that functionality so that specific expansion methods could be created for each model outside of the shared abstraction.

Interested in sending custom commands to a ST7789.

Thanks for the lib...using it successfully (:

@almindor
Copy link
Owner

Sure, this isn't a problem, I'll add it for the next release

almindor added a commit that referenced this issue Jan 12, 2024
almindor added a commit that referenced this issue Jan 13, 2024
almindor added a commit that referenced this issue Jan 13, 2024
make Display::dcs public, fixes #89
@sampaioletti
Copy link
Author

sampaioletti commented Jan 13, 2024 via email

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

Successfully merging a pull request may close this issue.

2 participants