Closed thebitguru closed 1 year ago
Hello @thebitguru this time you will have to debug it yourself since I do not own anymore (And won't buy anymore SPI epapers) since I'm focused on helping another projects for a few years. But last times I tested: https://github.com/PaperMETAR/FirmwareTinker/blob/master/src/main.cpp It was working in the demos.
Debug the buffers, check start up commands, I don't think that class has changed anything since last times we checked.
Thanks for those tips. I will experiment over the next few days and report back. I will submit a PR if I am able to propose a fix.
Great! Thanks for your contribution. Now this will be fixed by anyone using this display and you also have your code in the contributors list. Please close it after checking again that it works as expected.
Confirmed against master branch. Thanks!
The @thebitguru I will like to see some pictures/ videos once you finish your creation! Thanks a lot for choosing our component.
Will do. Thanks for all your work on this library!
Hi, Martin,
I noticed that the latest gdew042t2Grays.cpp breaks the grayscale support for the display. The following block that forces mono mode (also the default mode) displays the "Starting..." text.
But when I disable the mono mode (i.e., enable grayscale) then it doesn't display anything. Note that I didn't even change the colors in this case to keep it simple.
Note that in the above code
display
is a very simple wrapper forGdew042t2Grays
that only adds additional functions.Any ideas on what might be going on here? Here is the datasheet for reference.