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 support@ccsinfo.com

Problems with t6963

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Olihood41



Joined: 01 Apr 2008
Posts: 4

View user's profile Send private message MSN Messenger

Problems with t6963
PostPosted: Tue Apr 01, 2008 10:36 am     Reply with quote

I want to change c4 c5 c6 c7 on port b...
what is necessary to change in code

THanks
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

PostPosted: Tue Apr 01, 2008 3:08 pm     Reply with quote

what?
Olihood41



Joined: 01 Apr 2008
Posts: 4

View user's profile Send private message MSN Messenger

PostPosted: Mon Apr 07, 2008 6:16 am     Reply with quote

I've been working in this GLCD driver:
http://www.ccsinfo.com/forum/viewtopic.php?t=19957
Original source code by treitmey

i want to change c4 c5 c6 to b4 b5 b6
what is necessary to change in code

Please help
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

PostPosted: Mon Apr 07, 2008 8:06 am     Reply with quote

#byte LCD = 0xf82 // portB address on 18F4xxx
needs to be changed to the address of port B
And I think a
#use fast_io(C) //(((((which isn't shown in his code))))
changed to
#use fast_io(B)

And theres a note but no code for tris
set_tris_b(0);//all outputs
// note:control bus (PORTB) always outputs
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group