vroland / epdiy

EPDiy is a driver board for affordable e-Paper (or E-ink) displays.
https://vroland.github.io/epdiy-hardware/
GNU Lesser General Public License v3.0
1.32k stars 184 forks source link

The V5 and V7 board drive the same eink display, and the display effect is different #346

Open zengcym opened 1 month ago

zengcym commented 1 month ago

I have a problem, I use v5 and v7 board to drive ED060KD1 display, waveform uses epdiy_ED060XC3, v5 is normal, v7 display color is very light, I have checked VCOM and other voltages, it is consistent. What causes this? Can you give me some help? thank you。 (Tested, v7 board using epdiy_ED047TC2 waveform file and v5 using epdiy_ED060XC3 waveform file has a similar image effect, But the refresh is slow,whether it is helpful to find the problem.) v5 v7

martinberlin commented 1 month ago

V5 and v7 drive the panels using different methods. In v7 the firmware has been reworked to work with the new LCD module in S3. That’s why waveforms might act differently. Please try with a different waveform and also check the issues and discussions about the topic like #340 and others. Many waveforms have to be updated after this. And hopefully we will see in the future an update about this topic that makes them work uniformly.

zengcym commented 1 month ago

Hello Martin, I will read this carefully, thank you for your great work, and look forward to fixing this bug.