Hi , i am new to micro controller programming . So please bear with me.
The LCD Screen that we are using is NOKIA 6610 Epson S1D15G00, so i want to test the connection from the microcontroller board to the LCD screen. So i downloaded a program (PIC user interface ). which can be found here (
http://www.reifel.org/PICUserInterface/ )
I are using MPLAB IDE 2 with microchip PIC18f2620. Compiler that i am using is C18 compiler v3.33.
MY connection from the Microcontroller board to the LCD screen is :
VCC,VBL ----- VDD
GND ---------- VSS
RESET -------- RC0
CS ----------- RC1
SCLK --------- RC3
SDATA ------- RC4
BL ----------- RC7
is there anything wrong with the connection ?
I managed to build it without any errors after setting the build options of the (linker-scripts, Library , and Include search path) to my own directory.
However, when i try to run the program. The There is no other display on the screen except for the backlight that is forever on . Is there anything wrong with my connection ?
Please guide me,i am willing to learn .
Thank you