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: change visualization with button
bgvsan

Replies: 1
Views: 2964

PostForum: General CCS C Discussion   Posted: Tue Sep 02, 2008 4:26 am   Subject: change visualization with button
i need to change the visualization of my lcd.

when i push the button on Rb4 i need to call another function that change the screen.. if is re-pushed have to go back to the first visualization.

...
  Topic: lcd bar graph... it goes also to the left?
bgvsan

Replies: 5
Views: 6249

PostForum: General CCS C Discussion   Posted: Tue Aug 26, 2008 4:17 pm   Subject: lcd bar graph... it goes also to the left?
i found


printf(lcd_putc, "\g%1.2f", G); //Visualizza il valore dell'ADC.


from lcd.h
case '\g' : lcd_gotoxy(37,2); break;

http://img529.imageshac ...
  Topic: lcd bar graph... it goes also to the left?
bgvsan

Replies: 5
Views: 6249

PostForum: General CCS C Discussion   Posted: Tue Aug 26, 2008 5:45 am   Subject: lcd bar graph... it goes also to the left?
compiler send back an error

STDOUT not defined (may be missing #rs232)

the error is on the float variable (is declared as global)

any other solution?
  Topic: lcd bar graph... it goes also to the left?
bgvsan

Replies: 5
Views: 6249

PostForum: General CCS C Discussion   Posted: Tue Aug 26, 2008 2:03 am   Subject: lcd bar graph... it goes also to the left?
i've found the solution... at 3.00 A.M. Twisted Evil



void bargraph_back(BYTE percent) {

//**************** Variabili****************//


int Bars; // Numero di ...
  Topic: lcd bar graph... it goes also to the left?
bgvsan

Replies: 5
Views: 6249

PostForum: General CCS C Discussion   Posted: Sun Aug 24, 2008 5:45 pm   Subject: lcd bar graph... it goes also to the left?
I need some help to solve a little problem..
I found this code on this forum..

long value;
int A;
void main() {
setup_adc_ports(RA0_ANALOG);
setup_adc(ADC_CLOCK_ ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group