I'm trying to control the power of an LCD I2C display. My project uses and Arduino and LCD, but when Arduino goes to sleep, the LCD stays on. So, to solve this problem, I connected a TIP121 transistor to arduino, as it follows: Base = Pin5 with 2.4k Resistor, Collector = LCD's GND and Emitter = Arduino GND. When I power the Arduino, the LCD is on but displaying just some bars. When I connect LCD's GND to Arduino GND and restart, everything is ok.
From what I'm seeing it's either a problem with the transistor or the LCD is not getting enough power. I'll try later with a 0.1uF capacitor to see if that's the case.