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.

Graphical Lcd interfacing with PIC 18F452 problem

Status
Not open for further replies.

aliraza786

Full Member level 4
Joined
Nov 10, 2009
Messages
210
Helped
14
Reputation
28
Reaction score
14
Trophy points
1,298
Location
Lahore, Pakistan, Pakistan
Activity points
2,914
i use MikroC for Pic compiler and its Graphical Librarey, the problem is that i call all functions onles time but its output comes 2 times , this is tha code
Code:
 void main()
{
Glcd_Init();
Glcd_Fill(0xFF);
Glcd_Circle_Fill(90, 30, 10, 0);
Glcd_Dot(90, 30, 2);
Glcd_H_Line(0,127, 40, 0);
Glcd_Line(0, 2, 127, 63, 0);
while(1)
}

this code produce 2 outputs ... but i have called it one time only... i can understand this sir Shawon Shahryiar
code,i have called circle ,dot and line one time only but two circle ,dots and lines are printed, this is the image kindly tell me what is the problem in the code , thanks
24664_232612130209741_166546567_n.jpg
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top