Hello
I need a complete PICBasic Pro code for controlling Nokia 3310 LCDs, as I have plenty of those, can any one post it here please, also I need this LCD datasheets.
Thanks in advance
Hello
I need a complete PICBasic Pro code for controlling Nokia 3310 LCDs, as I have plenty of those, can any one post it here please, also I need this LCD datasheets.
Thanks in advance
Crematory,
Pleas read this thread from the beginning.
There are several code examples and linlt to DataSheets etc.
regards
Ralph
_______________________________________________
There are only 10 types of people:
Those who understand binary, and those who don't ...
_______________________________________________
i could not tied the connection. Can you help me ?
1-Vdd-------- 5V
2-SCK--------Portb.4
3-SDIN-------
4-D/C--------Portb.6
5-SCE--------
6-GND--------GND
7-Vop--------
8-RES--------Portb.7
DEFINE LOADER_USED 1
DEFINE OSC 20
DC VAR PortB.6
DTA VAR PortB.5
RST VAR PortB.7
CLK VAR PortB.4
1-Vdd-------- 5V
2-SCK--------Portb.4
3-SDIN-------PORTB.5
4-D/C--------Portb.6
5-SCE--------
6-GND--------GND
7-Vop--------
8-RES--------Portb.7
DEFINE LOADER_USED 1
DEFINE OSC 20
DC VAR PortB.6
DTA VAR PortB.5
RST VAR PortB.7
CLK VAR PortB.4
Datasheet => http://www.myplace.nu/mp3/files/pcd8544.pdf
http://www.picbasic.co.uk/forum/show...7&postcount=40
Last edited by mister_e; - 9th December 2006 at 20:35.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
This wouldn't be the practically the same LCD as the one found at Sparkfun is it?
http://www.sparkfun.com/commerce/pro...oducts_id=569#
Hi all
any body deal with Nokia 6310 LCD ?
it is exist two opinion about this LCD :
first it is operate by i2c protocol .
the other operate by SPI 3-wire .
which is true ?
Bookmarks