2dom / PxMatrix

Adafruit GFX compatible graphics driver for LED matrix panels
BSD 3-Clause "New" or "Revised" License
831 stars 170 forks source link

Green bug? #347

Open saddys opened 1 month ago

saddys commented 1 month ago

hi, I managed to get a P5 1/16 display 64x32 working with A-D on a Esp32 mini.

The problem is with all the number in the time, all green blocks have one black pixel, regardless of whether the number is in the minutes, seconds, or hours. Always in the same position (following the rotation), a pixel is black. I've tried a bit of everything (also a library downgrade) but one black pixel remains (or sometimes flickers).

Has this happened to anyone else?

Thanks

saddys commented 1 month ago

IMG_20240819_182045

The green Block in the "8" are ok

IMG_20240819_182052

In the "6" sometime is ok, some time one pixel is missing

IMG_20240819_183629

IMG_20240819_190045

Thanks