I have an Adafruit 4-digit display attached to a Raspberry Pi. The display itself works as expected, but it's not possible to set the brightness.
The use of "display.brightness" (with any valid value) doesn't change anything, it just runs at standard/default brightness. It doesn't seem to matter where in the code I try to invoke the brightness control.
Related to the following product
https://www.adafruit.com/product/1270
Code used (or at least based on it)
https://learn.adafruit.com/adafruit-led ... 82411df681
What am I doing wrong?