Hello,
The size of all elements can be adjusted in main_configuration.json.
Please have a look at the following link for more details:
https://github.com/wiboma/hudiy/blob/ma ... uration.md
Application
To change the size of the entire window, you can use the windowWidth and windowHeight parameters.
Setting values for these will switch the display mode from fullscreen to a fixed window size.
Additionally, you can keep the window in fullscreen mode while controlling the size of the Hudiy interface using the width and height parameters, and positioning it on the screen with the x and y parameters.
https://github.com/wiboma/hudiy/blob/ma ... pplication
Android Auto
To change the size of the area where Android Auto is displayed, you can use the width and height parameters in the Android Auto section.
https://github.com/wiboma/hudiy/blob/ma ... ndroidauto
Similarly, to adjust its position, you can use the x and y parameters.
Changing the size may also require setting appropriate margins (widthMargin, heightMargin).
viewtopic.php?t=7
Overscan
It’s also possible to set screen margins directly in the Raspberry Pi OS kernel using the /boot/firmware/cmdline.txt file, with parameters like margin_left, margin_right, margin_top, and margin_bottom.
This is the equivalent of the old method of using overscan settings.
These parameters are applied system-wide, affecting entire OS - not just Hudiy.
Example:
Code: Select all
video=HDMI-A-1:margin_left=40,margin_right=40,margin_top=32,margin_bottom=32
Let us know the exact dimensions you'd like to set, and we’ll try to help.