jayofelony / pwnagotchi

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
Other
1.05k stars 119 forks source link

waveshare e-lnk 2.13 V3/V4 update #192

Closed wlmh110 closed 2 months ago

wlmh110 commented 2 months ago

Optimize the initialization function to resolve the issue of noise in the first few frames caused by the lack of buffer initialization.

Description

Motivation and Context

The current image exhibits noise in the first few frames after each global refresh. The reason is that the output buffer is not cleared after the refresh, resulting in the reading of random data, which causes the noise.

How Has This Been Tested?

It has been tested on Raspberry Pi Zero 2W + PiSugar3 + waveshare V3/V4 e-ink display.

Types of changes

Checklist:

jayofelony commented 2 months ago

Awesome!! I'll merge it.