Results 81 to 87 of 87
-
11-03-2013, 08:52 PM #81
- Join Date
- Nov 2013
- Location
- Brasil
- Posts
- 1
Re: Link2fs MULTI Beta Testers test :)
Hey guys, i´m trying to run link2fs_multi on windows 8 64 bits, but i cannot start the program, already tried all the compatibility modes, but still doesn´t work.
any guesses?
-
02-15-2014, 10:28 AM #82
- Join Date
- Feb 2014
- Location
- south africa
- Posts
- 11
Re: Link2fs MULTI Beta Testers test :)
hi, im trying to show altitude and vericle speed on my 16x2 lcd key shield and am unsure what to put in the lcd.print statement of my program
pieter
ps. im new to the forum
-
02-15-2014, 11:38 AM #83
Re: Link2fs MULTI Beta Testers test :)
Do you use the newest link2FS????
Nothing gets me down - until my girlfriend say " Darling...please...garbage!" Homepage: www.fsx-cockpit.com
-
02-15-2014, 12:51 PM #84
- Join Date
- Feb 2014
- Location
- south africa
- Posts
- 11
Re: Link2fs MULTI Beta Testers test :)
i am using link2fs multi beta 5h
arduino leonardo board
-
02-15-2014, 11:44 PM #85
Re: Link2fs MULTI Beta Testers test :)
Have a play with this ,,,,
www.jimspage.co.nz/Multi_LCD_simple__demo.zip
Although the above demo is included with the FS9 demo's I forgot to include it in the FSX download.
Have fun ,,, Jimwww.jimspage.co.nz/intro.htm
All this and Liz still loves me ! !
-
02-27-2014, 02:41 AM #86
- Join Date
- Feb 2014
- Location
- south africa
- Posts
- 11
Re: Link2fs MULTI Beta Testers test :)
I took the multi lcd simple program and modified it to show height above sea level and verticle speed but my verticle speed is only accurate to two spaces on the lcd. how can I increase the accuracy to use all of the 0's on the lcd.
void LESSTHAN(){ // The first identifier was "<"
CodeIn = getChar(); // Get another character
switch(CodeIn) {// Now lets find what to do with it
case 'D'://Found the second identifier
delay (11);
altit = "";
altit += getChar();
altit += getChar();
altit += getChar();
altit += getChar();
altit += getChar();
if (altit != altitold){
lcd.setCursor(0, 0);
delay (11);//My LCD seems to need his
lcd.print("Alt " + altit);
altitold = altit;
}
//Do something
break;
case 'L':
delay (11);
vertsp = "";
vertsp += getChar();
vertsp += getChar();
vertsp += getChar();
vertsp += getChar();
vertsp += getChar();
if (vertsp != vertspold){
lcd.setCursor(0, 1);
delay (11);
lcd.print("Vsp " + vertsp);
// vertspold = vertsp;
}
//Do something
break;
}
//Do something (See void EQUALS)
}
-
02-22-2021, 02:12 PM #87
- Join Date
- Jan 2021
- Location
- México
- Posts
- 2
Hi,I am.trying to getting an old FDS FCU with G2 working with Jeehell and found this post from...
FlightDeckSolutiolns FDS-G2 FCU...