adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
302 stars 145 forks source link

Additional pixels when drawing with low value color #38

Open psprint opened 6 years ago

psprint commented 6 years ago

When drawing a line with Color444(0,1,0) or Color888(0,16,0) then a shadow line appears below, with some blue and red. This is the lowest possible pixel value, apparently, below this value there are no pixels drawn at all.

wavewolf commented 5 years ago

I have the same problem. How could you solve it?