I am building a simple Digital Thermometer. This is not strictly an Arduino project, I use Arduino to program 2 ATtiny84 that will run the 3-digit, 7-segment LCD.
My problem is two fold. First I'm not sure how to direct the current through the LCD: ground to common, or VCC to common. (will ATtiny provide enough power?). If VCC to common how do I program the pins - LOW to display or still HIGH.
Second problem is that the LCD fades after a while even it the current is still running through the port. Do I need to multiplex the display?
Thanks.