Understanding enum EpdDrawMode #331
Replies: 7 comments 3 replies
-
Those are two different 16 grays modes. Is a well documented repository from Wenting Zhang that knows quite a lot of this displays. basically this modes are different timings to go from a gray to another gray using 16 tones. |
Beta Was this translation helpful? Give feedback.
-
I looked into it. What I don't understand is that with MODE_GC16 I get areas of slightly gray scale. Not all, not everywhere. MODE_DU/MODE_GL16 gives the same visual results to me. I do not understand the edges painting. And for my examples, what should I write as an advice for user? "use MODE_GC16 if you want to display stuff with gray scales. use MODE_DU if you draw with black/white lines/text."? |
Beta Was this translation helpful? Give feedback.
-
gives a nice black panel. No visual problems. |
Beta Was this translation helpful? Give feedback.
-
Please copy the C code to get that crossed drawing and I will try to draw exactly the same with v7 board |
Beta Was this translation helpful? Give feedback.
-
https://github.com/holgerlembke/epdiy/tree/main/examples/Basics/A_First_Steps (second try... :-) |
Beta Was this translation helpful? Give feedback.
-
Bad light here… but I also see some gray areas at the side of the circle. @vroland do you have any idea why drawing this makes such an effect? |
Beta Was this translation helpful? Give feedback.
-
Looks exactly as mine... JPEG-Downloader is working fine. I'm not sooo confident in the stuff the jpeg decoder does with the dithering. I need to look into that. |
Beta Was this translation helpful? Give feedback.
-
Moin.
I have a ED097TC2.
After epd_clear(); I get a nice white background. Drawing some lines and then doing
gives the line (not very crisp) and very lightly gray areas. Doing it with
gives a way better result, but lines fade out in the outer areas of the display.
Looks like I don't understand what this thing does and what to choose.
Beta Was this translation helpful? Give feedback.
All reactions