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 5 matches
CCS Forum Index
Author Message
  Topic: Increment count on LCD display?
Kumara

Replies: 3
Views: 10458

PostForum: General CCS C Discussion   Posted: Tue Oct 22, 2013 4:05 am   Subject: Increment count on LCD display?
Please explain what you are expecting to see on the display with what you actually get.

Maybe you're confusing ASCII char with numeric value.

Mike


Hi, Please refer following code for incens ...
  Topic: Counter with lcd
Kumara

Replies: 0
Views: 24691

PostForum: Code Library   Posted: Thu Oct 17, 2013 10:49 am   Subject: Counter with lcd
This will help for beginners. Lcd.c driver is available in Picc\Drivers (CCS C Compiler).

// Program function: Digital counter with LCD.
// Target processor 16F877A (20 M ...
  Topic: Driving Seven Segments ( C/C )
Kumara

Replies: 2
Views: 4374

PostForum: General CCS C Discussion   Posted: Thu Oct 17, 2013 3:36 am   Subject: Driving Seven Segments ( C/C )
Dear Friends,
This is a CCS C code for driving two seven segments ( cathode common ).It is counting up to 99.

#include <16F84A.h> // Pic Microcontroller (MCU) Select
# ...
  Topic: LED Matrix 8x48
Kumara

Replies: 3
Views: 5615

PostForum: General CCS C Discussion   Posted: Wed Oct 16, 2013 8:29 pm   Subject: LED Matrix 8x48
you'll have to adjust/modify any 'delays' in your program to make it 'smooth' and be sure that no illegal conditions can exist( like counting to 24 when 23 is the max)

hth
jay



A character / ...
  Topic: LED Matrix 8x48
Kumara

Replies: 3
Views: 5615

PostForum: General CCS C Discussion   Posted: Wed Oct 16, 2013 3:58 am   Subject: LED Matrix 8x48
I solved the problem myself. Thanks for everyone.
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group