how to plot sine wave in glcd?

Status
Not open for further replies.

manoharn

Junior Member level 2
Joined
Jun 5, 2012
Messages
24
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Bangalore,India
Visit site
Activity points
1,429
plz help how to plot sine wave in glcd, i am using pic 16f877a and ccs c compiler.I am working on this from past two weeks didn't got output .....plz help
 

SET x axis time and Y axis amplitude
x=0;

while(x<128)
{
Pixel(x++,y);
y=ADC value; // scaled to height
}
 
sorry for the late reply ....Jestin_cubetech & santoshaxl ,i worked on this many days didn't got output so i stop doing......thanks for the reply i ll start to work on this and i ll get back to you.
 

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