CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

help in glcd function

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Guest








help in glcd function
PostPosted: Sat Jul 12, 2008 10:04 pm     Reply with quote

hi i'm doing the project that need to use a graphic lcd.
This is my questions:

1. do i need any adc to work with the lcd?
2. in pic c there is a driver called glcd.c, when i'm writing the main function, why can't i just write this codes:
for example:
glcd_init();
glcd_pixel(12,34,ON);
because this is the codes that i want to use only
why couldn't i just call it up and display the thing that i want?

pls help.....
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Sat Jul 12, 2008 10:10 pm     Reply with quote

Your questions are about the CCS example file Ex_glcd.c.

CCS uses the ADC just to demonstrate how to get a value from
some device, and then how to display it by using the glcd functions.
You don't have to use the ADC. It's only used to give an example.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group