adafruit / adafruit/RGB-matrix-Panel
Issue in the scrolling text demo for 32x16 screens
Open
- Dominant language
- C++
- Stars
- 328
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
The line:
RGBmatrixPanel matrix(A, B, C, CLK, LAT, OE, true);
Should be:
RGBmatrixPanel matrix(A, B, C, CLK, LAT, OE, false);
Otherwise, the text fails to display.
Contributor guide
No contributing guide indexed for this repository
Research direction
Find the scrolling text demo for 32x16 screens and locate the RGBmatrixPanel initialization shown in the issue. Compare its final argument with the requested value, then run the demo on a 32x16 screen and confirm that the text displays.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100