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

Displaying Image in Graphical lcd 128x64

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



Joined: 19 May 2009
Posts: 18

View user's profile Send private message Send e-mail

Displaying Image in Graphical lcd 128x64
PostPosted: Sun Nov 24, 2013 5:50 am     Reply with quote

hi everyone,
i need your help to Displaying Image in Graphical lcd 128x64, i anybody have driver file with Image displaying loop. please help me
temtronic



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

View user's profile Send private message

PostPosted: Mon Nov 25, 2013 6:43 am     Reply with quote

You need to help yourself by telling us more important information.

1) Which GLCD are you using ?

2) Which PIC are you using?

3) Have you got a simple '1HZ flashing LED' program 'up and running?

4) Have you got the GLCD to display data like 'Hello World' ?

5) Have you got pixels to turn on/off at your command?

An image of 128 x 64 is 8192 bits or 8Kbytes of data so you have at least 5 options of getting the data to the display.
a) choose a PIC with at least 8KB of EEPROM
b) choose a PIC with at least 8KB of FLASH(pgm mem)+ pgm code space
c) choose a PIC with at least 8KB of RAM
d) choose an external EEPROM,store image there,xfer to GLCD.
e) load image through serial port and into the GLCD.

option 'e' can be done with any virtually 19 pin PIC.

software(code) is dependent on what hardware you choose.

please report back and we can guide you.

hth
jay
bhas_r



Joined: 19 May 2009
Posts: 18

View user's profile Send private message Send e-mail

Thanks for ur valuable time. Please see below for details
PostPosted: Thu Nov 28, 2013 3:31 am     Reply with quote

1. I got the code from following website link
http://www.sonsivri.to/forum/index.php?topic=21746.0

2. all functions gives output fine but the function for displaying Image draws the partial image repeatedly every 8 lines if the image size is 128x64

3. if the image is in size 64x32 or lesser the image is ok

4. the function for displaying image at different x,y coordinate points also give image 64x32 or lesser only

5. I am using pic16f877a with 4MHz

6. i am using 128x64 lcd

i am able to display text,line,circle, box 3d box etc but unable to display image properly

please see the program given in above link and suggest me the solution thanks and regards
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