Author |
Message |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Fri Dec 01, 2017 12:43 pm Subject: PIC18F47k40 and GLCD with T6963C controller |
Yeah I know about the sim800l, but thanks. About the glcd, I don't know, I will check connections again and try with other protoboard. |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Fri Dec 01, 2017 11:16 am Subject: PIC18F47k40 and GLCD with T6963C controller |
Sorry I made a typo the glcd is CFAG160128B the link is https://www.google.com.mx/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwia47byp-nXAhWF8YMKHRqbAmwQFggvMAE&url= ... |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Fri Dec 01, 2017 11:00 am Subject: PIC18F47k40 and GLCD with T6963C controller |
OH I forgot to mention what glcd I'm using. I'm using the CFAG169128B, its datasheet says it can run with 5v. The pic is runnig at 5v. And the led is blinking at 1Hz I saw it in the oscilloscope.
A ... |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Fri Dec 01, 2017 9:23 am Subject: PIC18F47k40 and GLCD with T6963C controller |
I change the 18F47K40.h and now I can compile with T(zero)_16_bit. Back to the glcd I don't see anything displayed in it. Now I'm only using the driver from the CCS forum. I post my modified code.
... |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Thu Nov 30, 2017 4:45 pm Subject: PIC18F47k40 and GLCD with T6963C controller |
My version is 5.070 |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Thu Nov 30, 2017 4:27 pm Subject: PIC18F47k40 and GLCD with T6963C controller |
Thanks PCM, but this is weird,
I also get this message:
Quote:
*** Error 12 "pch_test.c" Line 36(41,50): Undefined identifier TO_16_BIT
It's because you have typed in the constant ... |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Thu Nov 30, 2017 4:18 pm Subject: PIC18F47k40 and GLCD with T6963C controller |
I tried to compile the 'glcdex1.c' which it is using 't6963.c' and 't6963.h'. When I compile it I get me the 'error'. I'm not using the glcdex1.c in my project with the 47k40, I'm using the 't6963.c' ... |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Thu Nov 30, 2017 3:29 pm Subject: PIC18F47k40 and GLCD with T6963C controller |
I checked and those were the only changes I did. Also if I compile the example code that I download here with the same driver http://www.techtoys.com.hk/Downloads/Download/Microchip/T6963C.zip I get ... |
Topic: PIC18F47k40 and GLCD with T6963C controller |
JairHdez
Replies: 17
Views: 43933
|
Forum: General CCS C Discussion Posted: Thu Nov 30, 2017 3:00 pm Subject: PIC18F47k40 and GLCD with T6963C controller |
Hello all,
I am new to ccs and this is the first time to work with an glcd. I'm tryin to use the driver provided in
//inside t6963.h
#byte PORTA = 0xF8D
#byte TRISA = 0xF88
...
#byte PORTB = ... |
|