Author |
Message |
Topic: T6963C problems |
maltejahn
Replies: 13
Views: 25213
|
Forum: General CCS C Discussion Posted: Sun Aug 14, 2005 3:16 am Subject: T6963C problems |
Hi,
now it works -many thanks.
I have changed this:
-GraphicsHome from 0x0000 to 0x0101;
- at your glcd_pixel function
glcd_WriteCmd2(GraphicsHome+(y*16+(x/8)),0x24);
now i can put a pixel fro ... |
Topic: T6963C problems |
maltejahn
Replies: 13
Views: 25213
|
Forum: General CCS C Discussion Posted: Sat Aug 13, 2005 2:37 pm Subject: T6963C problems |
Hi,
I still have some problems with my T6963C. I didnt understand exactly what you mean with:
The pdf says the max address is 0x1FFF. Is that what is being cleared?
If it is all getting cleared. ... |
Topic: T6963C problems |
maltejahn
Replies: 13
Views: 25213
|
Forum: General CCS C Discussion Posted: Thu Aug 11, 2005 2:39 pm Subject: T6963C problems |
Hi,
sorry . The code from the Libary works( just a few problems. There are some dots where no dots should be).
My own code hangs.
This line didn�t work
->output_high(PIN_B7);
... |
Topic: T6963C problems |
maltejahn
Replies: 13
Views: 25213
|
Forum: General CCS C Discussion Posted: Thu Aug 11, 2005 12:44 pm Subject: T6963C problems |
Hi,
thanks for you reply. I tried the code. And it works.
const int16 TextHome = 0x0780;
const int8 TextArea = 0x001E; //
const int16 GraphicsHome = 0x0000;
const int8 GraphicsArea = 0x0 ... |
|