I recent purchased the Nokia 3510I LCD module from ebay
eBay.com.sg: Nokia 3510I Color STN / CSTN LCD Module Display 51 MCU (item 200452329046 end time Mar 16, 2011 00:58:08 SGT) and tried to interface it with my PIC16F628A.
The pinout printed at the back of the module is as follows:
1. LED
2. SCLK
3. SDATA(MOSI)
4. NC (stands for Not Connected?)
5. REST
6. CS
7. GND
8. VCC
This is not the same with other pinouts I found on the net (others have VLCD, VBooster, VDigital, etc.). Nevetherless I tried to apply 3.3V to LED and VCC, and connect GND and got a small LED mounted on the LCD module to lit up.
But that's all I can do. I used the source code provided by the ebay seller, adapted it to compile for the PIC and run it but nothing shows on the LCD. The whole display is still black, except for the small LED which is lit up. My connection is as follows:
PB0 --- SCLK
PB1 --- SDATA
PB2 --- REST
PB3 ---. CS
To convert between 5V and 3.3V, I used a voltage divider with 20k and 39k resistors in series.
But as you can see, it's not working. Any advice on how to make it work, or is it because I got a faulty module? My thought was that even without any initialization code, at least the LCD panel should light up when power is applied.
Thanks for any advice.