The GxEPD2 offers an example code, but it needs some adjustments:
- You need to change all the "const char" parts of the code to "char".
- You need to comment out the line of the right display around Line 92:
GxEPD2_3C<GxEPD2_750c, GxEPD2_750c::HEIGHT / 4> display(GxEPD2_750c(/*CS=15*/ SS, /*DC=4*/ 4, /*RST=5*/ 5, /*BUSY=16*/ 16));
- The right pin mapping should be adjusted in the same line
GxEPD2_3C<GxEPD2_750c, GxEPD2_750c::HEIGHT / 4> display(GxEPD2_750c(D8, D3, D4, D2));
Upload the code and see the miracle. :D
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
where's the code?
Are you sure? yes | no
You have no idea how much I appreciate you right now. :-)
Mind elaborating on the char change in the code?
Are you sure? yes | no