JohnMarzulli / StratuxHud

Heads Up Display for use with Stratux. Designed for reflective HUD screens, intended for traffic call outs.
https://johnmarzulli.github.io/StratuxHud/
GNU Lesser General Public License v3.0
119 stars 22 forks source link

Remove on the HUD display the shortcuts #55

Closed rjarea51 closed 4 years ago

rjarea51 commented 5 years ago

Hi John Based on your image release for RickMason1 I finally was able to install the new Stratux Europe Edition eu-v10. (Flarm + Web radar support) Thank you! I would like to remove on the HUD display, the shortcut for groundspeed and the shortcut for altitude MSL/MPH. Because the values are blending over the center angle indicator. I also would like to remove the G load information text on the HUD display. Where can I change it in the Stratux HUD Config web interface, since in Element the update button is grayed out and in my View window I only have the value “null” or Do I past the code below in the View window, change the value to false and then press update? { "G Load": { "detail_font": true, "class": "skid_and_gs.SkidAndGs" }, Maybe you could point me directly to the path, so I change it in the command line from true to false. Thanks RJ

JohnMarzulli commented 5 years ago

@rjarea51

This is exactly how you would do it.

Another option is to create a new element that is based on the G Load that only changes the relative positioning of the element.

rjarea51 commented 4 years ago

Thanks Got it to work