DFRobot / DFRobot_LedDisplayModule

MIT License
2 stars 4 forks source link

4 character display not working #2

Closed JabberwockPL closed 2 years ago

JabberwockPL commented 2 years ago

Please note that the latest examples do not work for the smaller unit (4 character). It works only if the LED address is reverted to the old value (0x48). It seems that changing the address in the procedure is not sufficient, as it is hardcoded in the library itself.

With the address changed (both in the program and in the library) it works very nice, thank you for your hard work!