Author |
Message |
Topic: Drivers for KS0713 Family Graphic LCD |
waleed.ahafeez
Replies: 0
Views: 23999
|
Forum: Code Library Posted: Fri Apr 20, 2012 12:32 am Subject: Drivers for KS0713 Family Graphic LCD |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/*
DRIVERS FOR KS0713 Family Graphic LCDs
Drivers modified by Waleed B ... |
Topic: GLCD with UC1698 Drivers |
waleed.ahafeez
Replies: 2
Views: 10111
|
Forum: General CCS C Discussion Posted: Tue Apr 17, 2012 1:20 am Subject: GLCD with UC1698 Drivers |
Hi Jeremiah,
I am using PIC 18F452, with the following drivers for displaying data on the GLCD but don't how to use these drivers with Graphics header file, these drivers was provided by the GLCD man ... |
Topic: GLCD with UC1698 Drivers |
waleed.ahafeez
Replies: 2
Views: 10111
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2012 6:21 am Subject: GLCD with UC1698 Drivers |
Dear All,
Hello, I am trying to use a graphic lcd (HGO160160) having UC169 controller. GLCD is of 160x160 pixels. I have tried all the drivers available at CCS forums but lcd is still blank. I am new ... |
Topic: Writing data to I2C 512 KB EEPROM |
waleed.ahafeez
Replies: 2
Views: 4700
|
Forum: General CCS C Discussion Posted: Mon Apr 09, 2012 1:03 am Subject: Writing data to I2C 512 KB EEPROM |
Sorry I meant strings of 80 Characters not 80 bits. |
Topic: Writing data to I2C 512 KB EEPROM |
waleed.ahafeez
Replies: 2
Views: 4700
|
Forum: General CCS C Discussion Posted: Mon Apr 09, 2012 12:15 am Subject: Writing data to I2C 512 KB EEPROM |
Hi,
I want to write 80 bits string to external I2C EEPROM 24512, but don't know how to do it. Anyone there who can help me in this problem?
Thanks.
Regards,
Waleed |
Topic: GLCD flickering |
waleed.ahafeez
Replies: 7
Views: 9465
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2012 12:46 am Subject: GLCD flickering |
Hi,
I fixed the mentioned problem by using
glcd_text57(x,y,*txtptr,1,OFF);
instead of the above mentioned function delete_char. |
Topic: GLCD flickering |
waleed.ahafeez
Replies: 7
Views: 9465
|
Forum: General CCS C Discussion Posted: Sat Mar 17, 2012 1:47 am Subject: GLCD flickering |
Finally I solve the problem thnx John and temtronic... |
Topic: GLCD flickering |
waleed.ahafeez
Replies: 7
Views: 9465
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2012 9:26 am Subject: GLCD flickering |
Dear John,
Would you please send me the fixed glcd_text routine's code on the forum,as I am new to CCS compiler, and I mentioned earlier that I am in so much trouble due to this flickering issue. :sa ... |
Topic: GLCD flickering |
waleed.ahafeez
Replies: 7
Views: 9465
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2012 6:07 am Subject: GLCD flickering |
I have tried replacing the rtos code with the simpler sequential code but for displaying the new data I have to remove the previous data and for removing previous data I am using command
void delet ... |
Topic: GLCD flickering |
waleed.ahafeez
Replies: 7
Views: 9465
|
Forum: General CCS C Discussion Posted: Fri Mar 16, 2012 5:51 am Subject: GLCD flickering |
Dear All,
I have written the firmware for the Thermal Mass Industrial Flow Meter on PIC18F452 for my organization. I used the built in CCS Compiler's RTOS, but the problem is whenever the data change ... |
|