Closed GoogleCodeExporter closed 9 years ago
ok, changed by myself.
in the OSD_Panels.ino
void showHorizon(int start_col, int start_row) {
....
int osd_roll2;
// preset the line char attributes
osd_roll2 = - osd_roll;
// roll = osd_roll;
roll = osd_roll2;
.......
hit = tan(AH_ROLL_FACTOR * osd_roll2) * middle + pitch_line; // 1 to 90 calculating hit point on Y plus offset
......
Original comment by rzhon...@gmail.com
on 21 Feb 2014 at 1:29
Closed as we have a new version.
Ifthe problem is still present please reopen it.
Original comment by gabek...@gmail.com
on 28 Nov 2014 at 11:44
Original issue reported on code.google.com by
rzhon...@gmail.com
on 18 Feb 2014 at 12:59