You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does anyone know what is happening here? Let me know if I need to provide more info
raspberry pi 4B, connected to an adafruit hat (soldered the E and 8 together), connected to a adafruit 64x64x led matrix.
in the picture above, the dots are supposed to be green. and they are... but with that dang red dot. also happens when I run the runtext.py example.
when i run the following sudo examples-api-use/demo -D5 --led-gpio-mapping='adafruit-hat' --led-cols=64 --led-rows =64... the red dots DO NOT appear on pure green or blue squares, but do appear in every pixel on the white square and the red square.
doing more testing, basically anytime the R in RGB is >0, it gets that sharp red dot. like it doesn't know how to modulate the brightness/intensity of Red.
The text was updated successfully, but these errors were encountered:
does anyone know what is happening here? Let me know if I need to provide more info
raspberry pi 4B, connected to an adafruit hat (soldered the E and 8 together), connected to a adafruit 64x64x led matrix.
in the picture above, the dots are supposed to be green. and they are... but with that dang red dot. also happens when I run the runtext.py example.
when i run the following
sudo examples-api-use/demo -D5 --led-gpio-mapping='adafruit-hat' --led-cols=64 --led-rows =64
... the red dots DO NOT appear on pure green or blue squares, but do appear in every pixel on the white square and the red square.doing more testing, basically anytime the R in RGB is >0, it gets that sharp red dot. like it doesn't know how to modulate the brightness/intensity of Red.
The text was updated successfully, but these errors were encountered: