Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Scavanger committed Jan 20, 2023
1 parent d5ef23e commit b29f09e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INAV-SIM-OSD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,8 @@
</None>
</ItemGroup>

<ItemGroup>
<Folder Include="img\" />
</ItemGroup>

</Project>
Binary file added img/INAV-SIM-OSD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# INAV SIM OSD

PC OSD for INAV SITL/HITL

![INAV-Sim-OSD](img/INAV-SIM-OSD.png)

You may need to install the .NET Desktop Runtime 6 (latest version): https://dotnet.microsoft.com/en-us/download/dotnet/6.0

## SITL:
Configure a MSP-Displayport on any UART and connect via TCP to localhost (127.0.0.1) and the corresponding TCP port.
See INAV SITL documentaion for more details.

## HITL:
Configure a MSP-Displayport on any UART and connect via UART to USB module and select corresponding COM-Port.

## Font:
The HD fonts from DJI WTFOS are used. New or updated fonts can simply be placed in a new subfolder in "osd-font".

# Supported Simulators:
- RealFlight
- XPlane

# Known issues:
- Works only if simulator is in window mode (No fullscreen)
- OSD stick menu isn't working (will be fixed soon)

0 comments on commit b29f09e

Please sign in to comment.