adafruit / Adafruit_EPD

e-paper display driver for Arduino
140 stars 56 forks source link

Grayscale ?crashes? with too many features #80

Open genekellyjr opened 10 months ago

genekellyjr commented 10 months ago

Uncomment line 32 (which is one black box too far) and it'll show the screen mostly. Replace line 14 with 15 to see mono runs it with line 32 fine (but I need those sweet sweet 2 extra colors). Not sure what triggers it exactly, so the test case has all the things I do - text, lil bitmaps, and boxes of black. Too many boxes of black push it over the edge, but idk if it's their fault or the cumulative amount of "ink".

genekellyjr commented 10 months ago

Line 32 commented example: https://github.com/adafruit/Adafruit_EPD/assets/26189566/5ba45bbf-0256-435b-9e05-418da5d36109

Line 32 uncommented example (issue): https://github.com/adafruit/Adafruit_EPD/assets/26189566/ec1ab653-e70c-4172-b15b-388fc63e01f3