waveshareteam / e-Paper

1.33k stars 595 forks source link

Ghosting with partial refreshes with 1.54inch V2 e-Paper Module #364

Open W11T opened 1 month ago

W11T commented 1 month ago

Everything worked well until i had to switch to 64bit Debian Bookworm and hence to use the latest versions epd1in54_V2.py V1.1 (2022-08-10) and epdconfig.py V1.2 (2022-10-29). As advised in https://www.waveshare.com/wiki/1.54inch_e-Paper_Module_Manual#accordion19 i use code like

            epd.init(isPartial=True) 
            epd.displayPart(epd.getbuffer(disp_image))
            epd.sleep()

But using this recent drivers this code gives a weak image in the updated part an leaves heavy ghost images.

W11T commented 3 days ago

Am I the only one having the impression this side is abandoned?