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 285 matches
CCS Forum Index
Author Message
  Topic: lcd clean function?
young

Replies: 3
Views: 8218

PostForum: General CCS C Discussion   Posted: Thu Dec 22, 2005 9:07 am   Subject: lcd clean function?
thank you, Do you mean that I can clean (clear) the LCD by using

printf(lcd_putc, "\f");
  Topic: lcd clean function?
young

Replies: 3
Views: 8218

PostForum: General CCS C Discussion   Posted: Thu Dec 22, 2005 8:44 am   Subject: lcd clean function?
IN the library there is a LCD.c driver, but there is not a function for cleaning the lcd, anyone know how?
  Topic: is my LCD dead?
young

Replies: 10
Views: 14274

PostForum: General CCS C Discussion   Posted: Mon Dec 12, 2005 4:15 pm   Subject: is my LCD dead?
Thank you everybody:

I bought another LCD from digikey, the new part works fine, I can see the character. thank you all!
  Topic: is my LCD dead?
young

Replies: 10
Views: 14274

PostForum: General CCS C Discussion   Posted: Fri Dec 09, 2005 2:34 pm   Subject: is my LCD dead?
I could not find the same data as for the LCD, here is a websit from mikro at page 19, it show the graph
http://www.mikroe.com/pdf/easypic3_manual.pdf
  Topic: is my LCD dead?
young

Replies: 10
Views: 14274

PostForum: General CCS C Discussion   Posted: Fri Dec 09, 2005 1:24 pm   Subject: is my LCD dead?

#if defined(__PCM__)
#include <16f76.h>
#fuses HS, NOBROWNOUT,NOWDT,NOPROTECT,NOPUT
#use delay(clock =8000000)
#use RS232(baud=9600, parity=N, xmit=PIN_C6, rcv=PIN_C7&# ...
  Topic: is my LCD dead?
young

Replies: 10
Views: 14274

PostForum: General CCS C Discussion   Posted: Fri Dec 09, 2005 12:38 pm   Subject: is my LCD dead?
my lcd came with a development board which Vo(Ve) is setup as pluse, no negative voltage, even I tried the testing program came with the board, it would not show anything!

any other suggestions? pl ...
  Topic: is my LCD dead?
young

Replies: 10
Views: 14274

PostForum: General CCS C Discussion   Posted: Fri Dec 09, 2005 12:24 pm   Subject: is my LCD dead?
Ve=Vo
  Topic: is my LCD dead?
young

Replies: 10
Views: 14274

PostForum: General CCS C Discussion   Posted: Fri Dec 09, 2005 11:53 am   Subject: is my LCD dead?
Thank you:
which pin is LCD bias voltage pin?

I have a contrast pin Vo pin setup, and no matter how I adjust my contrast, it still show nothing?
  Topic: is my LCD dead?
young

Replies: 10
Views: 14274

PostForum: General CCS C Discussion   Posted: Fri Dec 09, 2005 9:34 am   Subject: is my LCD dead?
I used a 2x16 segment LCD and used lcd.c driver provided by ccs. I was able to write to the lcd long time ago using the following setup

PortB LCD
B7 D7
B6 D6
B5 D5
B4 D4
B0 Enable
B1 ...
  Topic: No response from PIN_A1
young

Replies: 4
Views: 6663

PostForum: General CCS C Discussion   Posted: Thu Dec 08, 2005 2:57 pm   Subject: No response from PIN_A1
I have the following simple program:

I want to wait for a input from pin A1 and then print out something, however, my program went to an endless loop, even I put PIN_A1 high (by connecting to 5V) a ...
  Topic: PIC16f684 does not accept variable for function
young

Replies: 2
Views: 5967

PostForum: General CCS C Discussion   Posted: Fri Nov 11, 2005 8:17 am   Subject: PIC16f684 does not accept variable for function
Thank you PCM:
you are right, I tested it again it is working, before when I was testing it, I run the for loop too fast that the meter could not followed it.
  Topic: PIC16f684 does not accept variable for function
young

Replies: 2
Views: 5967

PostForum: General CCS C Discussion   Posted: Thu Nov 10, 2005 3:48 pm   Subject: PIC16f684 does not accept variable for function
I have used pwm function for several chips, and it works very well so far, I can set duty as constant as well as variable, however, when it comes to pic16f684 chip, I just got the set_pwm1_duty() func ...
  Topic: delay problem
young

Replies: 7
Views: 10510

PostForum: General CCS C Discussion   Posted: Fri Sep 16, 2005 11:44 am   Subject: delay problem
it is my fault, there is two signal. I took the wrong one. sorry, but it is a good point to learn about the possible clock problem.

Thank you Ttelmah and croc4!
  Topic: delay problem
young

Replies: 7
Views: 10510

PostForum: General CCS C Discussion   Posted: Fri Sep 16, 2005 11:03 am   Subject: delay problem
if clock is wrong, the delay_us(200) should be wrong also, however, I did not see delay_us(200) wrong.
  Topic: delay problem
young

Replies: 7
Views: 10510

PostForum: General CCS C Discussion   Posted: Fri Sep 16, 2005 10:39 am   Subject: delay problem
i am using 16f630 chip and the compiler is 3.202. I put the Setup_oscillator(OSC_4MHZ|OSC_INTRC); but the compiler could not recognize it.
 
Page 1 of 19 Goto page 1, 2, 3 ... 17, 18, 19  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group