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 13 matches
CCS Forum Index
Author Message
  Topic: LCD flashes whenever it refresh
fr0stb0iz

Replies: 1
Views: 3861

PostForum: General CCS C Discussion   Posted: Fri Oct 23, 2009 7:34 am   Subject: LCD flashes whenever it refresh
Hi all, my LCD screen flashes/Blinks whenever it refreshes the screen. Is there anything that can be done to stop the flash/Blink ? Advices please

Thanks
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Thu Oct 08, 2009 9:08 pm   Subject: What are the functions to output to a LCD Display?
I suggest that you try a different terminal program: TeraTerm
Click on this link and wait 5 seconds. It should display a download
window:
http://en.sourceforge.jp/projects/ttssh2/downloads/38350/te ...
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Thu Oct 08, 2009 8:05 am   Subject: What are the functions to output to a LCD Display?
Can anyone see they if can spot the error. I am not able to display a proper rectangle from the following code.

void LCDSetLine(unsigned char color,
unsigned char x1, ...
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Wed Oct 07, 2009 9:39 pm   Subject: What are the functions to output to a LCD Display?
Hi, can anybody tell me why is it that when i display my graph, it is just 1 straight line when my input is a sine wave ?

while(1)
{

LCD_Fill_Screen(WHITE,0,0,131,131) ...
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Tue Oct 06, 2009 12:49 am   Subject: What are the functions to output to a LCD Display?
I finally understand what you are trying to say Rohit.

LCD SCREEN:
****************************************
*
* 128th pixel ...
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 11:51 pm   Subject: What are the functions to output to a LCD Display?
Sorry Rohit,

The term x in the following code is refering to the X axis, or is it an unsigned int x ?


for(x=0;x<131;x++)
{
read the adc;
scale the adc reading if ...
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 10:18 pm   Subject: What are the functions to output to a LCD Display?
Thank you very much Rohit, I will work on it and get back to you. Cheers!
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 9:37 pm   Subject: What are the functions to output to a LCD Display?
Thx alot Rohit, What do you mean by scale the ADC?
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 9:23 am   Subject: What are the functions to output to a LCD Display?
yes there are other sample codings, but none of the codes are in CCS, and i have no idea how to translate them.
  Topic: What are the functions to output to a LCD Display?
fr0stb0iz

Replies: 29
Views: 21391

PostForum: General CCS C Discussion   Posted: Mon Oct 05, 2009 9:21 am   Subject: What are the functions to output to a LCD Display?
Yes, i am using a graphical LCD, the LCD that i am currently using is the can be found here ( http://store.gravitech.us/13secogrlcd.html ) ( Epson) and the developement board that i am using can be f ...
  Topic: Displaying a waveform on LCD- nokia6610 screen.
fr0stb0iz

Replies: 2
Views: 4088

PostForum: General CCS C Discussion   Posted: Fri Oct 02, 2009 1:27 am   Subject: Displaying a waveform on LCD- nokia6610 screen.
Hi all, I want to display the output of the A2D conversion in a waveform on my LCD screen, but I got no idea how it can be done. Can anybody give me any ideas or tips ?

Is it possible for me to use ...
  Topic: where to find the ADC output of printf?
fr0stb0iz

Replies: 5
Views: 6833

PostForum: General CCS C Discussion   Posted: Wed Sep 30, 2009 1:31 am   Subject: where to find the ADC output of printf?
Thank you very much, I managed to display the output onto the LED,
but can you tell me what is the difference between:
setup_adc(ADC_CLOCK_DIV_32);
&
setup_adc(ADC_CLOCK_INTERNAL&# ...
  Topic: where to find the ADC output of printf?
fr0stb0iz

Replies: 5
Views: 6833

PostForum: General CCS C Discussion   Posted: Wed Sep 30, 2009 12:05 am   Subject: where to find the ADC output of printf?
Hi thanks for the reply, I am new to CCS, is it possible to just use the output directly instead of using the terminal program ?

I want to make a simple program by getting the input from a function ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group