GLCD Uno pin config to Mega

Hello Bill

I understand what your saying with the custom config file, what I've done in the AutoConfig_ks0108-128x64_Panel.h is, I changed:

#include "AutoPinConfig_ks0108.h"

to:

/*********************************************************************/
/*                                  Pin Configuration Selector                                                */
/*********************************************************************/

#include "PinConfig_ks0108-Uno.h"		//	Comment this part out if you want to use the default pin 
                                                //     configuration for the board that your using.
//#include "AutoPinConfig_ks0108.h"	        //	Uncomment this part if you want to use the default pin
                                                //     configuration for the board that your using.

/**********************************************************************/

for the reason, if you want to quickly modify it to use the default pin configuration with a different board again for when compiling and using anything else. Thanks again for all the assistance. When I start with my next project, I will use the documents provided with the openGLCD library to use the correct commands to plot correctly so that I won't have to use the compatibility mode again.