**************************************************************************** GT69DEMO.BAS Using a Toshiba T6963C graphic LCD controller Version 1.0 Written in Bascom-AVR ver 1.11.6.2 Date: 09/30/01 MCU used: Atmel AT90LS8535 ============================================================================ ================== NOT FOR COMMERICIAL USE ================================= Author: Ranjit Diol, COMPSys Date: September, 2001 (c) Copyright COMPSys,2001 DISCLAIMER: This file is being released as non-commericial software. It is being provided "AS IS", neither the author, nor COMPSys shall be held liable for any damages caused by its use. This code is released as Public Domain Software and may be used freely as desired as long as the author is given credit for those portions of the code used For Commercial Licensing please contact rsdiol@compsys1.com for more information =============================================================================== ============IMPORTANT NOTES============== This code was written for a Sharp 240x64 display Check your LCD data sheet for details Setup the mcu pins (in the beginning of the code) according to your design and LCD display This demo will initialize the LCD and display some lines of text, it will then clear the LCD and display a 64x64 bitmap. The program will then restart after a short pause. Enjoy! Ranjit Email: rsdiol@compsys1.com