-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Model gdep015OC1.h does not work - new model gdeh0154d67 #31
Comments
I think I found the problem. Seems there is a new Version from waveshare which uses different Display. |
Maybe you can tell me how you went about implementing it. E.g. where you got the lut and commands and other information from. I will try to integrate it |
Ah ok I didn't know that. Can you send me the link to the GDEH0154D67 class in GxEPD2? Basically it's initialization commands and the right command before sending the pixel buffer + refresh. Just tell me if you need help. |
If I make a pull request should it be against this repor or https://github.com/martinberlin/CalEPD? |
Against this one is ok! Then I test and review updates, like once a month, I make a new CalEPD release. |
Can you upload here a photo of this epaper so I add it also in the Wiki? |
Sure. I tried the demo-epaper.cpp and the demo-sleep-clock.cpp. Have not tried yet partial update. |
No problem. Great that it works, I will merge it in master, and then clean up some deprecated methods. |
Leaving this open @DominicD so you can upload a picture in the ticket whenever you find some time. Thanks a lof for your contribution |
…in CMakeLists. Thank you @DominicD for the contribution
Ups partial refresh needs a fix right? if it does I will compare the two classes and see if I can find something. |
Partial update works fine with GxEPD2
|
Thanks for the update. Tried to implement it but I cannot test: [refactor/oop bf2caa1] #31 Implement partial update the gxepd2 way. Just call updateWindow(x,y,width,height) Just checkout refactor/oop and try to run first demo-epaper full test. And then add somewhere an updateWindow(x,y,w,h) and try partial. |
It is still buggy |
If you want we could test it together to find out what the problem is. |
Sure this Friday or in the weekend I‘ve time. But buggy in the same way as before? |
The full update still works. Sure we can try to work on it together. Do you have discord or anything else? Maybe you can share your contact details via E-Mail? |
Sure you can email me at Martin at luckycloud.de |
…the GxEPD way, non SPI optimized yet
Great find @DominicD |
…ound before power on data correction (F8)
Nice teamwork, will wait till the end of next week before closing, feel free to suggest any optimization if you feel like @DominicD |
Closing down here. @DominicD thanks for your collaboration |
Hi I have now bought this mode l from Waveshare.
I try to get the demos/demo-epaper.cpp running, however it does not display anything.
I have checked all the oins and the sdkconfig and they should be correct.
Do you have any tips on what I am doing wrong?
The text was updated successfully, but these errors were encountered: