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: t6963c graphical lcd drivers
sdonmez

Replies: 23
Views: 228577

PostForum: Code Library   Posted: Mon Dec 28, 2009 11:51 am   Subject: t6963c graphical lcd drivers
I'm trying to use 240x128 Glcd with T6963 controller. I'm using this driver for glcd.

#define set_tris_lcd(x) set_tris_d(x)
#define LCDColorBlack 0b1
#define LCDColorWhite 0b0
...
  Topic: usart_receiving & sending byte array
sdonmez

Replies: 8
Views: 12080

PostForum: General CCS C Discussion   Posted: Fri Jun 27, 2008 1:06 am   Subject: usart_receiving & sending byte array
there is an interesting problem!
here is the code.
#int_rda
void rda_isr(void)
{
char b;
disable_interrupts(INT_RDA);
output_toggle(LED);
putc(' ...
  Topic: usart_receiving & sending byte array
sdonmez

Replies: 8
Views: 12080

PostForum: General CCS C Discussion   Posted: Wed Jun 25, 2008 2:13 am   Subject: usart_receiving & sending byte array
i've searched the forum but could not understand how to send byte array to PC.

i have a byte array defined as int8 pr[8]
I use Visual Basic at PC side to receive and send the array values. ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group