I have the Wisecoco 4k touch ultrawide display with resolution of 3840×1100.
I'm trying to run Android auto on it with Hudiy 1.2, but it only covers half of the screen. It basically renders the 1920x1080 stream without any scaling. I'm attaching a picture:
Here is my config:
Code: Select all
"androidAuto" : {
"speechAudio" : true,
"mediaAudio" : true,
"resolution" : "1080p",
"bluetoothAddress" : "",
"autostart" : true,
"fps" : "60",
"dpi" : 280,
"widthMargin" : 0,
"heightMargin" : 0,
"width" : 0,
"height" : 0,
"x" : 0,
"y" : 0,
"useRpiDrm" : true
},
I tried setting the width and height parameters, but they did not do anything. Margins worked but only made the window smaller.
I have used OpenAuto Pro before and I remember that I have solved this issue there somehow using the settings there (maybe using negative margins?) and the Android auto interface was nicely displayed on the whole ultrawide screen with adjusted layout and without any stretching.
Is there any config that I can do to achieve this fullscreen ultrawide with Hudiy now?