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 support@ccsinfo.com

problem in Blinking a character in t6963c graphics display

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Rajesh
Guest







problem in Blinking a character in t6963c graphics display
PostPosted: Tue Apr 04, 2006 11:52 am     Reply with quote

Hi Friends,

I am working on t6963c graphics display system, I am finding problem in blinking a character on display, I have tried all methods but i was not able to get solution , I am using AT89S8252 Microcontroller,If any one of u have solution please reply back

Rajesh
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

PostPosted: Tue Apr 04, 2006 1:26 pm     Reply with quote

Your not in the right forum. but...
You need to go to Text Attribute mode.
Then set the address to graphics area.
Then set the attribute.
The attrib at graphics location 0 affects the text at text location 0
I have it working right now in front of me. hantronix hdm64gs24L
Code:
#include <18f452.h>
#use delay(clock=40000000)
#fuses h4,nowdt,noprotect,nolvp
#include <LCD_T6963C.c>
#case
#use rs232(baud=19200,xmit=PIN_C0,invert,stream=DEBUG)
#zero_ram
//---------------- MAIN --------------------
void main(void){
  int8 key;
  glcd_init();
  glcd_WriteCmd0(LCDDispMode|LCDDisp_TXT);
  glcd_WriteCmd0(LCDModeSet|LCDMode_TA);
  DispScn(0);
  glcd_WriteCmd2(LCDTxtAdr(0,0,0),LCDSetPtr);//LCDTxtAdr(screen,x,y)
  fprintf(DEBUG,   "Start..");
  printf(glcd_putc,"123456789ABCD");
  glcd_WriteCmd2(GraphicsHome,LCDSetPtr);
  glcd_WriteCmd1(8,WR_INC);//blink of normal display
  glcd_WriteCmd1(0,WR_INC);
  glcd_WriteCmd1(8,WR_INC);//blink of normal display
  glcd_WriteCmd1(0,WR_INC);
  glcd_WriteCmd1(8,WR_INC);//blink of normal display
  glcd_WriteCmd1(0,WR_INC);

  fprintf(DEBUG,"done\n\r");
  while(1){
  }
}

Marcio
Guest







Difficulty LCD HDM128GS24Y-1
PostPosted: Tue Jun 20, 2006 6:52 am     Reply with quote

Good morning
Excuse the interference.
I am trying to develop an application with the hantronix display " HDM128GS24Y-1 " with the T6963.
I am having a lot of difficulty Sad Sad to do the basic routines of control (Example: Reset, to Print ONE Pixel, to Write a character , or Text).
Could you supply the condigo that makes these controls in language C? I thank if it can help me. I am working 2 months with LCD and I always have new situations that are not real.
The documentations that I find in the internet only make reference in " Assembler ". I use DSP " with language C ". It is very difficult to find support...
Can you help? Or do inform a site that has an application using the language C for this HDM128GS24Y-1 LCD.?

Attn
Márcio - Brazil

Rajesh wrote:
Hi Friends,

I am working on t6963c graphics display system, I am finding problem in blinking a character on display, I have tried all methods but i was not able to get solution , I am using AT89S8252 Microcontroller,If any one of u have solution please reply back

Rajesh
butterfly



Joined: 04 Jun 2006
Posts: 35

View user's profile Send private message

PostPosted: Tue Jun 20, 2006 7:57 am     Reply with quote

i'm working with t6963c
and have steel problems for 2 weeks
but maybe ir can help you for code...

http://www.picant.com/c2c/examples/t6963/t6963.c.html
http://www.picant.com/c2c/examples/t6963/t6963.h.html

haveyou make it work in graphic mode?

good luck
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

PostPosted: Tue Jun 20, 2006 8:33 am     Reply with quote

DID YOU LOOK AT THE DRIVERS AND SAMPLE CODE IN THE CODE LIBRARY?
http://www.ccsinfo.com/forum/viewtopic.php?t=19957
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group