Page 1 of 1
Nokia 5110 LCD Module
Posted: Wed Jun 27, 2012 5:45 pm
by duino
I followed exactly your Arduino instructions from the
wiki but all I get is the blue background light, otherwise the module seems dead. There is no visible change besides that the background lighting is on. I suspect that it is dead on arrival, how can I check? I tripe checked all the connections according to the wiki page.
Re: Nokia 5110 LCD Module
Posted: Thu Jun 28, 2012 8:57 am
by techsupport
Hi friend,
Do you use the correct library LCD5110_Basic (for Arduino)
http://www.henningkarlsen.com/electroni ... .php?id=44
Could you provide us your wiring diagram?
Regards;
techsupport
Re: Nokia 5110 LCD Module
Posted: Tue Jul 03, 2012 8:21 pm
by duino
With the linked library, I get the following error in Arduino 1.0.1 (tested both on Fedora 17 and Mac OS X 10.7):
Code: Select all
/Users/user/Documents/Arduino/libraries/LCD5110_Basic/LCD5110_Basic.h:70: error: 'uint8_t' does not name a type
LCD5110_Bitmap.cpp: In function 'void loop()':
LCD5110_Bitmap.pde:-1: error: no matching function for call to 'LCD5110::drawBitmap(int, int, uint8_t [], int, int)'
/Users/user/Documents/Arduino/libraries/LCD5110_Basic/LCD5110_Basic.h:66: note: candidates are: void LCD5110::drawBitmap(int, int, int*, int, int, bool)
LCD5110_Bitmap.pde:-1: error: no matching function for call to 'LCD5110::drawBitmap(int, int, uint8_t [], int, int)'
/Users/user/Documents/Arduino/libraries/LCD5110_Basic/LCD5110_Basic.h:66: note: candidates are: void LCD5110::drawBitmap(int, int, int*, int, int, bool)
Re: Nokia 5110 LCD Module
Posted: Tue Jul 03, 2012 8:28 pm
by duino
For the wiring, please see the picture in the attachment.
Re: Nokia 5110 LCD Module
Posted: Tue Jul 03, 2012 8:35 pm
by duino
Using Arduino 0023 it works, so it is a software issue and the hardware is working well.
Thank you very much for your support!