Added support for DJI wtfos MSP-OSD full screen 60x22 OSD
Changes to support new feature in iNav. Feature will allow DJI goggles that have the wtfos installed to use the full screen OSD 60x22 New peripheral was added to the Ports tab "DJI WTF" to enable new mode. The MSP_OPTIONS subcommand will then send a 2 to the goggles to enable the full screen mode. OSD tab added the video format option DJIWTF and the preview is enlarged to allow placing elements in the full 60x22 grid.
I rechecked the code and displayport_hdzero_osd.c and displayport_djiwtf_osd.c are basically the same. They differ mostly with different canvas size
I have a question (looking for opinions). When MSPPort is selected, should I remove the AUTO/PAL/NTSC options? I don't know if HDZERO supports those layouts or not. DJI (with wtf) does support the smaller layouts (it puts everything in the middle of the screen unless you have fakehd option set). With this change, don't know why anybody would select the smaller OSD layout, so debating is those should be removed when in MSP mode.