Open
Description
Recording this so we don't forget to add support for betaflight/betaflight#9261
Needs to be a little more than a simple element. The preview will have to take into account the width/height that are supplied separately in the MSP_OSD_CONFIG
message so that the "frame" can be rendered properly. Ideally we should also let the user modify the width/height and these are supplied back the flight controller in MSP_SET_OSD_CONFIG
.
My ideal scenario is to add "resize handles" to the corners and let the user drag and resize the camera frame. This would then update the position and width/height as appropriate.
This is potentially an issue with large elements wrapping in the preview that may still need to be addressed from this incomplete PR: #1324