DidierCOQUARD / minimosd-extra

Automatically exported from code.google.com/p/minimosd-extra
1 stars 0 forks source link

reverse the roll indication #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
My camera is installed on a Gimbal, the horizontal orientation is kept very 
well. The direction of roll indication is somehow counter-intuitive in this 
case. Can we have an option to reverse the roll indicator direction in the 
config tool? 

Original issue reported on code.google.com by rzhon...@gmail.com on 18 Feb 2014 at 12:59

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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