File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Provided targets and tools are:
24
24
25
25
## Installation
26
26
27
- Build the needed targets:
27
+ Build the needed targets or install using WTFOS :
28
28
29
29
```
30
30
make -f Makefile.dji msp_displayport_mux
@@ -36,14 +36,27 @@ make -f Makefile.dji osd_dji
36
36
* Ensure that the correct UART is set to use MSP
37
37
* Enable MSP DisplayPort
38
38
39
- On Betaflight, this is done using the following commands:
39
+ On * Betaflight* , this is done using the following commands:
40
40
41
41
```
42
42
set osd_displayport_device = MSP
43
43
set displayport_msp_serial = <ConfiguratorUART - 1>
44
44
```
45
45
46
- > Eg.: If the Configurator says UART2, the value for ** <ConfiguratorUART - 1>** is ** 1** .
46
+ Eg.: If the Configurator says UART2, the value for ** <ConfiguratorUART - 1>** is ** 1** .
47
+
48
+ On * iNav* , this is done by selecting "HDZero VTx" as the Peripheral.
49
+
50
+ On * Ardupilot* , this is done by setting:
51
+
52
+ ```
53
+ SERIALx_PROTOCOL = 42
54
+ OSD_TYPE = 5
55
+ ```
56
+
57
+ and optionally
58
+
59
+ ` MSP_OPTIONS = 4 ` to allow the use of a Betaflight font.
47
60
48
61
### Air Unit / Air Unit Lite (Vista)
49
62
You can’t perform that action at this time.
0 commit comments