Crowpanel 5.0 Advance Series V1.1 DIS02050A Brightness Control

Can anyone help wth controlling the brightness of the display listed in the Discussion title. Have tried
void setBrightness(uint8_t brightness) {
Wire.beginTransmission(0x30);
Wire.write(brightness);
Wire.endTransmission();
}
setBrightness(10);

Where 10 is bright and 240 is dim. Works for the 7.0"but not the 5.0".
Other than that my Sketch is working perfectly. Seems the internet is full of inaccurate information.

Thanks,
Blair Kent

Comments

Sign In or Register to comment.