Hello everyone,
I'm building a MIDI controller using the control_surface library and I'm stuck regarding the refreshing/updating of the displays.
There are 8 encoders and 8 displays connected and the displays (I2C, TCA9548A) show two elements (vpots and LCD text). They only update the vpots correctly, but are often "stuck" on older values and parameters for the LCD text. I have to interact by using the encoders that control the corresponding parameters that the displays are supposed to display, which somehow triggers them to refresh.
Edit: The issue has been solved by the author of the library.