-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add epd7in5b_v2 support #118
Conversation
src/epd7in5b_v2/command.rs
Outdated
@@ -0,0 +1,156 @@ | |||
//! SPI Commands for the Waveshare 7.5"(B) V2 E-Ink Display |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//! SPI Commands for the Waveshare 7.5"(B) V2 E-Ink Display | |
//! SPI Commands for the Waveshare 7.5"(B) V2 and V3 E-Ink Display |
Maybe include the v3 as well then if its already tested and working with the same commands.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add the display(s) to the changelog and the readme as well?
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
Support of 7.5" (b) v2 (3 colors with back, white, red)
It is based on epd7in5_v2 which doesn't work (epd7in5_v3 neither)
It is also based on the arduino C driver and datasheet.
It works on my V3 but the C driver and the datasheet haven't changed between v2 and v3.