I have connected a blue display to the NodeMCU with an I2C converter. The text is displayed, but not in the typical light color, but it is like a dark shadow. When the power supply is interrupted for a moment during operation, it starts to display bushes, which is obvious because it is not configured correctly, but they already have the correct color, when in this situation the begin() or init() method is called (depending on the library) the dark text returns.
.
What is the problem, does it mean the display or converter is faulty? Does anyone have a similar experience, an idea how to fix it?


What is the problem, does it mean the display or converter is faulty? Does anyone have a similar experience, an idea how to fix it?