adafruit / adafruit/RGB-matrix-Panel
Additional pixels when drawing with low value color
Open
- Dominant language
- C++
- Stars
- 328
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue by drawing a line with Color444(0,1,0) or Color888(0,16,0), then trace the library's pixel and line-drawing entry points to find where the shadow pixels are introduced. Done means the lowest nonzero green values draw only the requested line, with no unintended red or blue pixels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arduino, cpp
- Domain
- computer-graphics, embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100