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 CCS Technical Support

Search found 7 matches
CCS Forum Index
Author Message
  Topic: LCD Data pins 0-3
Maliha

Replies: 2
Views: 5378

PostForum: General CCS C Discussion   Posted: Sun Dec 16, 2012 10:36 am   Subject: LCD Data pins 0-3
oh ok! thanks a lot Smile
  Topic: problem with 20x4 flex lcd driver
Maliha

Replies: 1
Views: 3520

PostForum: General CCS C Discussion   Posted: Sun Dec 16, 2012 3:42 am   Subject: problem with 20x4 flex lcd driver
Re 20x4 flex driver:
http://www.ccsinfo.com/forum/viewtopic.php?t=28268
I am using a 20x4 alphanumeric lcd. It seems to be using the third line as an extension of the first and merging 2nd and 4th l ...
  Topic: LCD Data pins 0-3
Maliha

Replies: 2
Views: 5378

PostForum: General CCS C Discussion   Posted: Sun Dec 16, 2012 2:24 am   Subject: LCD Data pins 0-3
Rookie here!
Why don't we ever use lcd pins 0 to 3?
  Topic: Digital Dice
Maliha

Replies: 10
Views: 14069

PostForum: General CCS C Discussion   Posted: Thu Dec 13, 2012 12:41 am   Subject: Digital Dice
Yes after you pointed out, I noticed that I was never getting a '1'. So, I changed the value of RAND_MAX to 6 and replaced that:

i=rand()+1;

with this:

i=rand();
  Topic: Digital Dice
Maliha

Replies: 10
Views: 14069

PostForum: General CCS C Discussion   Posted: Wed Dec 12, 2012 12:52 pm   Subject: Digital Dice
Thank you so much every one. I finally figure out a way to do it Smile
I used a button as an input and use the relative value of time interval (during which the button remained pressed) to provide the s ...
  Topic: Digital Dice
Maliha

Replies: 10
Views: 14069

PostForum: General CCS C Discussion   Posted: Sun Dec 09, 2012 9:18 am   Subject: Digital Dice
Can you please elaborate a little on how to time the pressing of button?
  Topic: Digital Dice
Maliha

Replies: 10
Views: 14069

PostForum: General CCS C Discussion   Posted: Sun Dec 09, 2012 12:16 am   Subject: Digital Dice
I am trying to make a digital dice with PIC16F877A. I am very new to PIC programming and CCS compiler. This is my code which is not working...

#include <16f877a.h>
#define RAND_MAX 5
#inclu ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group