Skip to content

Commit b29f09e

Browse files
committed
Add readme
1 parent d5ef23e commit b29f09e

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

INAV-SIM-OSD.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,8 @@
108108
</None>
109109
</ItemGroup>
110110

111+
<ItemGroup>
112+
<Folder Include="img\" />
113+
</ItemGroup>
114+
111115
</Project>

img/INAV-SIM-OSD.png

346 KB
Loading

readme.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# INAV SIM OSD
2+
3+
PC OSD for INAV SITL/HITL
4+
5+
![INAV-Sim-OSD](img/INAV-SIM-OSD.png)
6+
7+
You may need to install the .NET Desktop Runtime 6 (latest version): https://dotnet.microsoft.com/en-us/download/dotnet/6.0
8+
9+
## SITL:
10+
Configure a MSP-Displayport on any UART and connect via TCP to localhost (127.0.0.1) and the corresponding TCP port.
11+
See INAV SITL documentaion for more details.
12+
13+
## HITL:
14+
Configure a MSP-Displayport on any UART and connect via UART to USB module and select corresponding COM-Port.
15+
16+
## Font:
17+
The HD fonts from DJI WTFOS are used. New or updated fonts can simply be placed in a new subfolder in "osd-font".
18+
19+
# Supported Simulators:
20+
- RealFlight
21+
- XPlane
22+
23+
# Known issues:
24+
- Works only if simulator is in window mode (No fullscreen)
25+
- OSD stick menu isn't working (will be fixed soon)

0 commit comments

Comments
 (0)