|
|
View previous topic :: View next topic |
Author |
Message |
Rajesh Guest
|
problem in Blinking a character in t6963c graphics display |
Posted: Tue Apr 04, 2006 11:52 am |
|
|
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
|
|
Posted: Tue Apr 04, 2006 1:26 pm |
|
|
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 |
Posted: Tue Jun 20, 2006 6:52 am |
|
|
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 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
|
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
|
|
|
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
|