Description: This file contains drivers for using a KS0108 based 128x64 pixel GLCD. This "Extended_GLCD.c" driver based on, "GLCD.c" driver can be found in CCS installation folder. The driver treats the upper left pixel as (0,0). //
The NEW functions added by me:
glcd_standby(command)
glcd_3Dbox(x,y,width,height,depth,color)
glcd_circle_seg(x,y,radius,angle_start,angle_end,color)
glcd_image(inverse)
glcd_image_xy(x,y,inverse)
To Search:
File list (Check if you may need any files):
Extended_GLCD Demo Program\bitmap.h
..........................\Caner Ersil.bmp
..........................\Extended_GLCD.c
..........................\main.c
..........................\main.hex
..........................\main.PJT
..........................\Test.bmp
..............Library\Extended_GLCD.c
Extended_GLCD Demo Program
Extended_GLCD Library