I2CDisplay needs to clear the never_reset state of the I2C bus when the bus isn't inline. This can happen if release_displays() is called before exiting the user code. This causes the I2C pins to be stuck in use the next time the user code is called.
I2CDisplay needs to clear the never_reset state of the I2C bus when the bus isn't inline. This can happen if release_displays() is called before exiting the user code. This causes the I2C pins to be stuck in use the next time the user code is called.