Nokia 5110 LCD Module
Nokia 5110 LCD Module
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.
- techsupport
- Site Admin
- Posts: 210
- Joined: Sat Mar 03, 2012 2:32 pm
Re: Nokia 5110 LCD Module
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
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
Your real trustworthy partner in China!!
Email: forum@geeetech.com
Email: forum@geeetech.com
Re: Nokia 5110 LCD Module
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)
- Attachments
-
- Bildschirmfoto 2012-07-03 um 14.19.11.png (78.86 KiB) Viewed 15410 times
Re: Nokia 5110 LCD Module
For the wiring, please see the picture in the attachment.
- Attachments
-
- wiring.jpg (125.52 KiB) Viewed 13261 times
Re: Nokia 5110 LCD Module
Using Arduino 0023 it works, so it is a software issue and the hardware is working well.
Thank you very much for your support!
Thank you very much for your support!