-
Notifications
You must be signed in to change notification settings - Fork 31
Description
In adafruit/circuitpython#3409, @riffnshred requests the ability to control brightness:
Hey guys, Sorry if this as been discussed already but I can't find anything using google and search on here.
I've been playing around with the Feather M4 express and an 64x32 RGB matrix. First thing I've been looking for when I started running demos is for a way to reduce the brightness.
I found that you can only turn on or off the LEDs by setting the brightness attribute to 1.0 or 0.0:
https://circuitpython.readthedocs.io/en/5.3.x/shared-bindings/rgbmatrix/RGBMatrix.htmlIs there any way I can hack my way to adjust the brightness? On all my other raspberry pi projects where I run an rgb matrix, I set them to half brightness because I feel like looking at it 100% brightness is way too intense.
Thank you so much in advance
I have off-the-cuff suggested this might be possible with a fixed off-time between refreshes, but I do not know what the correct implementation is.