(solved) Update/refresh display elements on MIDI controller

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.

For future reference: Display Update Issues · tttapa/Control-Surface · Discussion #1088 · GitHub

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.