Hi,
I’m trying to use the APA102 attribute set_device_brightness
while running an animation, but get the error:
ERROR - project_runner - Unable to create drivers
Unknown attribute for driver APA102: "set_device_brightness"
My code is as follows:
driver:
typename: SPI
c_order: BGR
ledtype: APA102
num: 60
interface: PYDEV
set_device_brightness: 2
As far as I can tell from here, that should work I think.
Am I putting set_device_brightness
in the wrong place?