Full Version : Toshiba LCD T6963C V1.0 (GCC)
avr >>C PROGRAMMING (AVR) >>Toshiba LCD T6963C V1.0 (GCC)


Admin5- 04-15-2006
TOSHIBA_LCD_T6963CVersion V1.0

This small library gives you the base control over a port controlled
Toshiba LCD display (T6963C)
It is ment as a starter for using "cheap" grafics displays.
I got mine from a surplus dealer in germany.

Port connections are defined in header file.

Furthermore the following basic routines are provided:
void lcd_clrscr(void); void lcd_gotoxy(u_char x,u_char y);
void lcd_printchar(u_char ch); void lcd_printstring(u_char *str);
void lcd_printstringxy(u_char x,u_char y, u_char *str);



Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.