Tool/software: Linux
I have connected a DLPDLCR2000EVM - DLP® LightCrafter ™ Display 2000 Evaluation Board to a Raspberry Pi. I use the project www.mickmake.com/.../build-a-pi-zero-w-pocket-projector-project
That works well. I would like to set the projector darker to build a night clock in the bedroom. The DLP I can control over I2C. For example, i2cset -y 3 0x1b 0x0f 0x00 0x00 0x00 0x00 i Flip the picture Z.B. i2cset -y 3 0x1b 0x0f 0x00 0x00 0x00 0x01 i normal again.
But I do not understand how I can control the brightness of the 3 LEDs. Can someone write an example?
Many Thanks