Gravity: I2C 16x2 Arduino LCD with RGB Backlight Display V2.0 Backlight fails

Hi,
I'm using the Gravity LCD with RGB backlight on a project. I built and programmed the prototype with the V1.0 display and it works fine.
Now I just received 20 of the new V2.0 display. The backlight does not work on any of them in my project. The characters do appear but the background stays dark.
Has the firmware been changed? How can I get the new displays RGB background to work?
2023-08-28 17:38:07
Yeez_B
Please delete your library and re-install it from the Github again:
https://github.com/dfrobot/DFRobot_RGBLCD1602/tree/master
The library just been updated five days ago.

Frans.Killian
wrote:
2023-08-29 08:23:00 1 Replies
Thank you. The beautiful display works great now.
Not only needed the new library, also had to put the new RGB I2C adress 0x2D in DFRobot_RGBLCD1602 lcd(0x2D,16,2);
Frans