I recently bought a Nokia 6100 LCD from Ebay because I am in an LCD craze phase. Since I have no need for this LCD right now, I decided to port some code over to the PIC24H minibully from Sparkfun.

Parts

Pins

Here is the pin mapping I used to connect the LCD. You can change what pins the LCD uses by changing the defines (LCD_RES, LCD_DIO, LCD_SCK, LCD_CS) inside lcd.h.

Minibully PIC Function
8 B8 RES
9 B9 SDA/DIO
A2 B0 SCLK
A3 B1 CS

Source

The code is based on the work done by AtomSoftTech. The person there made it for the PIC18F and I ported it to the minibully.

nokia 6610 minibully.zip