From 0cfdc75c906eb2ae4672ef3c06395ec2f802349b Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Mon, 25 Mar 2024 08:15:08 -0500 Subject: [PATCH] add 60x22 to OSD_TXT_RES metadata --- libraries/AP_OSD/AP_OSD_Screen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/AP_OSD/AP_OSD_Screen.cpp b/libraries/AP_OSD/AP_OSD_Screen.cpp index 1309707f9c..44dcb5205f 100644 --- a/libraries/AP_OSD/AP_OSD_Screen.cpp +++ b/libraries/AP_OSD/AP_OSD_Screen.cpp @@ -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),