Author |
Message |
Topic: Question about Extended GLCD Driver (T6963C) |
king of swords
Replies: 2
Views: 7084
|
Forum: General CCS C Discussion Posted: Wed Aug 26, 2009 9:30 am Subject: Question about Extended GLCD Driver (T6963C) |
Hi friends,
I'm still working on this driver:
http://www.ccsinfo.com/forum/viewtopic.php?t=31255
I want to use this driver on 128x64 glcd. But if glcd has CS1 and CS2 pins, (I mean type of LGM1 ... |
Topic: Extended GLCD Driver (T6963C) |
king of swords
Replies: 28
Views: 234925
|
Forum: Code Library Posted: Mon Aug 10, 2009 4:03 am Subject: Extended GLCD Driver (T6963C) |
Founded=)
I've finally understood that I was dummy.
glcd_putc("qwerty");====>printf(glcd_putc,"qwertyu %d",variable); |
Topic: Extended GLCD Driver (T6963C) |
king of swords
Replies: 28
Views: 234925
|
Forum: Code Library Posted: Sun Aug 09, 2009 3:03 pm Subject: Extended GLCD Driver (T6963C) |
Hi friends,
I want use glcd_putc function like printf function.
I mean, we could send data with printf like this: printf("%d",varible);
how can I change and send variable to the glcd li ... |
Topic: Extended GLCD Driver (T6963C) |
king of swords
Replies: 28
Views: 234925
|
Forum: Code Library Posted: Sat Aug 08, 2009 4:12 am Subject: Extended GLCD Driver (T6963C) |
Hi,
Can we change the size of text that we write in glcd_putc() ?
Thank you. |
Topic: Saving-learning signal length, bit numbers |
king of swords
Replies: 3
Views: 4993
|
Forum: General CCS C Discussion Posted: Thu Jun 18, 2009 10:10 am Subject: Saving-learning signal length, bit numbers |
Unless I am reading the code wrong, you don't understand the protocol and/or the modulation frequency.
There are various protocols, and they ride on top of a carrier which can be 38KHz, 40KHz, prob ... |
Topic: Saving-learning signal length, bit numbers |
king of swords
Replies: 3
Views: 4993
|
Forum: General CCS C Discussion Posted: Thu Jun 18, 2009 7:06 am Subject: Saving-learning signal length, bit numbers |
To save the datas, I will use external or internal eeprom. I'm trying to make it work at first. |
Topic: Saving-learning signal length, bit numbers |
king of swords
Replies: 3
Views: 4993
|
Forum: General CCS C Discussion Posted: Thu Jun 18, 2009 6:56 am Subject: Saving-learning signal length, bit numbers |
Hi all,
I want to remote all the systems whichis remotes by ir..
I can save the codes, but it doesn't work.
I think the longest bit length is 64 bits. for example sony 12bits, nec 32bits etc..
... |
|