Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top