Replies: 2 comments 8 replies
-
Ah and on the back of the device I see the following marking if it helps: kegm075004t08-v179c |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is your display black/white or three colors? If it is black/white, then you should use the b/w display class and a b/w driver class. Your display may have a different controller than any of the 7.5" panels GxEPD2 supports. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got a Eink+ESP32 device as a present by a good friend. And now I am trying to make it work with my own software. The software that came with it renders stuff without any flickering. Redraws are instant and it does not do a flickering black screen till the image is fully rendered.
Now I tried to build my own code, but sadly it looks like I don't have enough embedded knowledge to make it fully work.
When I do partial updates, everything in the column and row outside the partial gets damaged, like so:
Luckily I was able to get this diagram of the device:
The example code of the screenshot can be found here:
https://gist.github.com/bitboxer/f383a8652f931cec688f5a37db27bc63
It would be super nice if someone here could help me figure this one out 🙏 .
Beta Was this translation helpful? Give feedback.
All reactions