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
HI Blair ,
Sorry, we need some time to analyze the issue you mentioned. We will get back to you as soon as possible. Please wait for a while.
We apologize for any inconvenience this may cause.
Thanks!
Warm regards,
HI Blair ,
Devices of version 1.1 require version 1.1 code: Please see below.
https://github.com/Elecrow-RD/CrowPanel-Advance-5-HMI-ESP32-S3-AI-Powered-IPS-Touch-Screen-800x480/tree/master/example/V1.1/arduino_example_code_1.1/V1.1
Thanks!
Warm regards,