Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 60x22 to OSD_TXT_RES metadata #26618

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libraries/AP_OSD/AP_OSD_Screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1065,8 +1065,8 @@ const AP_Param::GroupInfo AP_OSD_Screen::var_info2[] = {
#if HAL_WITH_MSP_DISPLAYPORT
// @Param: TXT_RES
// @DisplayName: Sets the overlay text resolution (MSP DisplayPort only)
// @Description: Sets the overlay text resolution for this screen to either LD 30x16 or HD 50x18 (MSP DisplayPort only)
// @Values: 0:30x16,1:50x18
// @Description: Sets the overlay text resolution for this screen to either SD 30x16 or HD 50x18/60x22 (MSP DisplayPort only)
// @Values: 0:30x16,1:50x18,2:60x22
// @User: Standard
AP_GROUPINFO("TXT_RES", 3, AP_OSD_Screen, txt_resolution, 0),

Expand Down
Loading