The
Nokia 5110 LCD is a 84x48 pixels monochrome LCD.

How to connect to your Netduino
These pins should be connected from your LCD to your Netduino:
1-VCC: 3.3V
2-GND: Gnd
3-SCE: Chipselect; any GPIO pin of the Netduino, for example Digital 10
4-RST: Reset; any GPIO pin of the Netduino, for example Digital 7
5-D/C: Data/Command switch; any GPIO pin of the Netduino, for example Digital 8
6-DN(MOSI): Netduino Digital pin 11
7-SCLK: Netduino Digital pin 13
8-LED: Backlight; any PWM pin of the Netduino, for example Digital 9
Using JPEG/GIF/PNG images
There is a small webbased converter that converts all kinds of image files to a Bitmap array usable with the Nokia 5110 LCD. All you need to do is write the Bitmap array to the SPI interface and the image will show up. This converter can be found at:
http://stefan.co/stco-includes/netduino_createbitmap.php Code
See
Nokia 5100 LCD.zip (by
Omar)