How to defined GLCD using MIKROC FOR BEGINNER.

Status
Not open for further replies.

alimemory

Junior Member level 1
Joined
Jun 19, 2014
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
Nigeria
Activity points
119
I want to learn how to defined GLCD module connection e.g USING Nokia 3310 screan.
Using MikroC.
I need an explain on this what means?
TRISB = 0x00;
PORTB = 0x00;
THANKS
 

TRISB register defines that PORT will be work as input or output.
any TRISx and x is any any port like A,b,c,...

and PORTB = 0x00;

Means this port will work as ouput.

- - - Updated - - -

if u assign
PORTB = 0xff;
then port will work as input.
 
yes u can interface using any port for GLCD. But mostly use single port for sending data to GLCD and use control signals from other port.

- - - Updated - - -

what kinda help u want for GLCD.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…