Ok I think by the answers that I can post the project in my questions. Project name is Experimental Aircraft Electronic Flight Information System.
It was designed by Oleg ? in Australia to make a cheap EFIS for his own planes. I bought some of the stuff from him and have built the project. I have two sensors not installed yet that measure the angle of attack of the wing in flight and another same sensor. Not yet arrived. Number is for the display 192 x 64 daylight readable.
/code/
Experimental Avionics EFIS 19264 ver 1.0
Down load files are named EA_EFIS_19264_ver_1.0 and there is a 1.2 version which I am trying to use.
After all the boiler plate from the compile I get this warning.
WARNING: Category '*' in library AmazonDRS is not valid. Setting to 'Uncategorized'
That is an Amazon single button order device. No clue where it comes form but not wanted.
Next warning is repeated 7 times and the only difference is the port number is changed by one the number at the bottom in parentices (54)
/code/
in file included from /home/don/Arduino/libraries/openGLCD/include/glcd_io.h:53:0,
from /home/don/Arduino/libraries/openGLCD/include/glcd_Device.h:36,
from /home/don/Arduino/libraries/openGLCD/include/gText.h:36,
from /home/don/Arduino/libraries/openGLCD/include/glcd.h:41,
from /home/don/Arduino/libraries/openGLCD/openGLCD.h:5,
from /home/don/Arduino/EA_EFIS_19264_v12/EA_EFIS_19264_v12.ino:5:
/home/don/Arduino/libraries/openGLCD/include/avrio.h:1615:0: warning: "PIN_A0" redefined
#define PIN_A0 AVRIO_PIN(AVRIO_PORTA, 0)
^
In file included from /home/don/.arduino15/packages/arduino/hardware/avr/1.6.21/cores/arduino/Arduino.h:257:0,
from /tmp/arduino_build_147629/sketch/EA_EFIS_19264_v12.ino.cpp:1:
/home/don/.arduino15/packages/arduino/hardware/avr/1.6.21/variants/mega/pins_arduino.h:51:0: note: this is the location of the previous definition
#define PIN_A0 (54)
^
Thank you all for responding. un oh had to cut off a lot at the end to post 9000 character limit