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 CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: RA8835 driver
thiru_electrifiers

Replies: 34
Views: 67584

PostForum: General CCS C Discussion   Posted: Mon Jul 14, 2008 7:39 am   Subject: is this thread still alive ?
hi,
i too face the same problem..
the display read command always returns a corrupted data...
  Topic: And operation
thiru_electrifiers

Replies: 4
Views: 4153

PostForum: General CCS C Discussion   Posted: Mon Jul 14, 2008 7:35 am   Subject: wrong syntax
hi,
in your expression,
value3=(value1 && value2);
do not use double &.
use like this
value3=(value1 & value2);
  Topic: GLCD - peculiar problem
thiru_electrifiers

Replies: 0
Views: 2625

PostForum: General CCS C Discussion   Posted: Mon Jul 14, 2008 7:26 am   Subject: GLCD - peculiar problem
hi,
I am trying to interface my 320x240 lcd based on sed1335 controller.
I am using the sed1335.c driver file.

I have initialised the lcd successfully and i am able to display text in text layer, ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group