generated from betaflight/template
-
-
Notifications
You must be signed in to change notification settings - Fork 571
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added YarosFPV DJI O3 OSD Preset (#474)
* Added YarosFPV DJI O3 OSD Preset * Removed osd_displayport_device Co-authored-by: Mark Haslinghuis <[email protected]> --------- Co-authored-by: Mark Haslinghuis <[email protected]>
- Loading branch information
1 parent
3e85482
commit 8842f55
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
#$ TITLE: Yaros FPV HD OSD | ||
#$ FIRMWARE_VERSION: 4.4 | ||
#$ CATEGORY: OSD | ||
#$ STATUS: EXPERIMENTAL | ||
#$ KEYWORDS: DJI, HD, HDOSD, OSD, YAROSFPV | ||
#$ AUTHOR: YarosFPV (Yaroslav Syubayev) | ||
|
||
#$ DESCRIPTION: Yaros FPV HD OSD Settings | ||
#$ DESCRIPTION: Intended to be used with the DJI O3 FPV system. | ||
#$ DESCRIPTION: ----------- | ||
#$ DESCRIPTION: | ||
#$ DESCRIPTION: Turn on HD mode in your DJI Goggles | ||
#$ DESCRIPTION: | ||
#$ DESCRIPTION: Information | ||
#$ DESCRIPTION: ----------- | ||
#$ DESCRIPTION: | ||
#$ DESCRIPTION: DJI HD OSD setup without GPS. Set the OSD mode set to HD in your DJI Goggles for Betaflight elements to display. You will also need to select "VTX (MSP + Displayport) on the appropriate port in the ports tab. | ||
#$ DESCRIPTION: | ||
#$ DESCRIPTION: Preview: | ||
#$ DESCRIPTION: ----------- | ||
#$ DESCRIPTION: <img src="https://i.ibb.co/GtD9WMm/Screenshot-2024-06-20-195831.jpg" style="width:100%"/> | ||
#$ DESCRIPTION: | ||
#$ DISCUSSION: https://github.com/betaflight/firmware-presets/pull/474 | ||
|
||
#$ INCLUDE: presets/4.4/osd/defaults.txt | ||
|
||
set osd_avg_cell_voltage_pos = 6690 | ||
set osd_battery_usage_pos = 34947 | ||
set osd_craft_name_pos = 21 | ||
set osd_crosshairs_pos = 345 | ||
set osd_current_pos = 2529 | ||
set osd_disarmed_pos = 6614 | ||
set osd_flymode_pos = 3630 | ||
set osd_link_quality_pos = 7692 | ||
set osd_mah_drawn_pos = 6242 | ||
set osd_menu_background = TRANSPARENT | ||
set osd_pilot_name_pos = 3118 | ||
set osd_rate_profile_name_pos = 2103 | ||
set osd_rssi_dbm_pos = 3565 | ||
set osd_stat_avg_cell_value = OFF | ||
set osd_stat_bitmask = 2297448 | ||
set osd_throttle_pos = 2498 | ||
set osd_tim1 = 2560 | ||
set osd_tim2 = 2561 | ||
set osd_tim_1_pos = 33 | ||
set osd_tim_2_pos = 6210 | ||
set osd_vbat_pos = 2562 | ||
set osd_warnings_pos = 6548 |