Hi, I have made a prototype using a Nokia 5110 LCD and an ATMEGA328P. The display is powered at 3.3V as well as the ATMEGA328P used on this project, and they are directly connected (no resistences between them, since both use the same power supply). I have used Adafruit library, and also this library:
http://code.google.com/p/pcd8544. I had some contrast problems (there was a significant black tint all over, that make it difficult to see the text printed on the LCD), I made some tweaks on the LCD initialization and ended up using the command with the value 0xA8 to configure Vop, instead of the default 0xC2 of the library. This worked ok (for some minutes), then I turned off the unit, when I turned it on again the display was very dim, and after another power down / power up I've never managed to get any image on the display, not even with the original values, and with both libraries, using the included examples, that worked previously (with some blackish tint as I said before). It seems that the display is dead. Is there any possibility of killing the display by setting different parameters for Vop? Any idea of what could be the reason for this?
Thanks in advance
Fernando