Introduction - If you have any usage issues, please Google them yourself
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)