caemor / epd-waveshare

Drivers for various EPDs from Waveshare
ISC License
207 stars 128 forks source link

fix: overflow error for all displays #186

Closed tippfehlr closed 6 months ago

tippfehlr commented 6 months ago

Changes all occurrences of WIDTH * HEIGHT / 8 to WIDTH / 8 * HEIGHT. This was already applied for epd7in5b_v2 in #173.

Original issue: #151

caemor commented 6 months ago

Thanks!

tippfehlr commented 6 months ago

That was quick, thanks!