-
Notifications
You must be signed in to change notification settings - Fork 190
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
ED097OC4 doesn't work in default drawing mode #130
Comments
This issue also seems to happen on TC2 with vendor waveform. Right at the end of the update, the image fades a bit. |
I'll try out the vendor waveforms more some time and see if it's a bug or just epdiy being not suitable for these waveforms. |
There's definitely a bug (at least with the 4bpp waveforms) as the script doesn't output working header file. 5bpp works but colors are distorted as discussed on slack with screenshots. I was looking at the code but this is way out of my scope :D |
Ok, good to know. Though I'm afraid that that's not my top priority right now. There's some information in the project logs of this project: https://hackaday.io/project/21168-fpga-eink-controller/ |
I have a 9.7" display but I'm not sure if it's ED097OC4 since they usually do not come with the model number printed. But I will make some tests and try to find out what is going on. |
Hi @mcer12 wanted to get one of this ED097OC4(LF) displays for my father’s birthday |
Hello Martin @mcer12 I'm buying this month one of this OC4 9.7" displays. |
@martinberlin holy moly, it's been two years :D I'll see if I can replicate it and will try to make a 60fps video of it, how it behaves. |
@martinberlin also check slack, there's a relevant discussion about these displays. It's very difficult to get the exact display model you need. |
I know this was discussed in a different issue and I'm not the only one having this issue, but I fail to find the thread... maybe it was only mentioned on slack.
ED097OC4 doesn't work properly in default mode, the picture is washed out and has extremely low contrast with bleeding edges. This happends with both MODE_GC16 and MODE_GL16. There's probably some issue with timing because it seems like it's going correctly but at the end it "overshoots" and goes to almost white. I have to ramp up VCOM to over -2V (display sticker says -1.31V) to see anything.
I managed to resolve it using MODE_EPDIY_WHITE_TO_GL16, with this the picture appears perfect with the correct VCOM. There is very barely noticable white bleed around the edge.
The text was updated successfully, but these errors were encountered: