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

graphical lcd start

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



Joined: 28 Mar 2016
Posts: 1

View user's profile Send private message

graphical lcd start
PostPosted: Mon Mar 28, 2016 7:54 am     Reply with quote

hello guys
i want to start and drive glcd with ccs
can anyone guide me?
what should i do????? Very Happy Very Happy Very Happy and i have pic mcu and i worked with ccs compiler, i mean how can i use glcd library and drive glcd in proteus?????
where should i start to use glcd??


Last edited by yasin43 on Mon Mar 28, 2016 8:24 am; edited 1 time in total
temtronic



Joined: 01 Jul 2010
Posts: 9176
Location: Greensville,Ontario

View user's profile Send private message

PostPosted: Mon Mar 28, 2016 8:20 am     Reply with quote

1) design project
2) buy PIC and GLCD
3) burn PIC and test

re:1 ) I have NO idea WHAT you expect it to do so can't help with choice of PIC or GLCD but PIC should have MORE memory, pins, and peripherals than just the 'bare minimum'.

GLCD code can be very big, so more EEPROM, RAM is needed compared to other displays. Read the comments of the GLCD driver, choose a module with that 'chipset'.

Choose the GLCD and note WHAT the power supply is !! If it's a 3 volt device, select a 3 volt PIC (xxLFyyyy). This way NO additional parts are need to properly interface the PIC and GLCD.

Do NOT use Proteus! It has serious flaws and faulty DRCs, use REAL Hardware. ALL 'projects' designed using Proteus and presented here do NOT work if constructed following Proteus schematics. NONE.

Once you know what you want to do THEN we can help select a PIC/GLCD.


Jay
Ttelmah



Joined: 11 Mar 2010
Posts: 19375

View user's profile Send private message

PostPosted: Mon Mar 28, 2016 9:05 am     Reply with quote

HDM64GS12 128*64

ex_glcd.c

Honestly anything larger, is not really suited to the PIC.
drolleman



Joined: 03 Feb 2011
Posts: 116

View user's profile Send private message

PostPosted: Mon Mar 28, 2016 5:02 pm     Reply with quote

I have done 320x240x8 bit with a 33ep pic. Only full screen was noticeably slow at 3/4 of a second. If you print in sections it works ok. Don't even think a slower device will work at that resolution. The 33ep are bare minimum.
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