Closed GoogleCodeExporter closed 9 years ago
Hi schopplick,
This line is responsible for this in plane FW:
if ((osd_alt - osd_home_alt) <= 10 && osd_groundspeed <= 1 && osd_throttle <= 1
&& takeofftime == 1 && osd_home_distance <= 100)
So. If you give 2% throttle than you can see the normal screens.
Gábor
Original comment by gabek...@gmail.com
on 12 Mar 2013 at 4:46
[deleted comment]
[deleted comment]
If you don't want summary at all, simply delete thies lines:
if ((osd_alt - osd_home_alt) <= 10 && osd_groundspeed <= 1 && osd_throttle <= 1
&& takeofftime == 1 && osd_home_distance <= 100){
if (osd_clear == 0){
osd.clear();
osd_clear = 1;
}
panFdata();
}else{
if (osd_clear == 1){
osd.clear();
osd_clear = 0;
}
Original comment by gabek...@gmail.com
on 12 Mar 2013 at 4:54
Ok. I must take a look. I can programming, but I don't really program with
aurduino now. I'll take a look to code in future. ;-) Now i must do something
for university... ;-)
Best regards
Original comment by schoppl...@gmail.com
on 12 Mar 2013 at 5:19
Original comment by gabek...@gmail.com
on 19 Mar 2013 at 8:08
Original issue reported on code.google.com by
schoppl...@gmail.com
on 8 Mar 2013 at 11:08