Good evening dear gentlemen from the arduino forum,
I have a question that I hope you can help me.
I have a LCD SainSmart® IIC/I2C/TWI Serial 2004 20x4 which you can find in the following link
In the project that I am currently doing I need to take care of the battery consuption and it is required that in certain periods of time I turn off the LCD. I already tried using a switch buttom which is connected to the 5V pin of the LCD (this LCD only has 4 pins SDA SCL VCC GND) and of course it works to turn the LCD off but at the moment that I trun it off everything that was in the display and that should be there disappears, and some strange characters appear, therefore, I believe this is not the solution that I need. I was reading something about turning the back light off, but is that what I really need? Is there a code like for example:
lcd.turnoffwithoutmessingupthescreen(); or something like that? Could you please help me?
Best regards,
Sebastian