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

Problem with the GLCD...

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



Joined: 26 Nov 2005
Posts: 68

View user's profile Send private message

Problem with the GLCD...
PostPosted: Thu Jun 19, 2008 2:16 pm     Reply with quote

Hi there!

I am trying to fix a problem with my 320x240 graphic lcd (sed1335). I am using the sed1335 driver and also the graphics routines.

If I use the glcd_fillScreen(on) function all the pixels of the lcd turns on without any problem but if I use the glcd_text57(1,1, text, 4, on) then I am taking the result of the photo below:



I think that the problem is in the driver or in the graphics routines... any help?
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Jun 19, 2008 2:30 pm     Reply with quote

Read this thread. It lists one #define statement that you must add,
and also a bug that must be fixed. There are two pages in this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=34970
Lykos1986



Joined: 26 Nov 2005
Posts: 68

View user's profile Send private message

PostPosted: Thu Jun 19, 2008 3:05 pm     Reply with quote

You mean that one

Code:
*((int8*)&addr + 1) = glcd_readByte(); 


and that one

Code:
#define LARGE_LCD 1


I have fixed that, but the problem remains... I am using 3.249 version of CCS
Lykos1986



Joined: 26 Nov 2005
Posts: 68

View user's profile Send private message

PostPosted: Sat Oct 18, 2008 1:15 am     Reply with quote

Hi!!! Have we got any news about the SED1335 driver? I have try to fix all the bugs using the previous link but without any result! May I have the full driver code?
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