Back to documentation index

Main Screen Settings

In HobDrive you can configure which screens are available on the main screen panel, their order, which ones are always visible while swiping, and which ones remain available only in the Screens menu. Some screens have their own display options, and the Your Screen section lets you build one custom screen from selected sensors.

This article describes configuration through the app interface. If you need to change the XML screen layout manually, see the technical articles Layouts, Screens, and DashKits and Layout Format Specification.

How to Open Screen Settings

Open Screens -> Settings -> Main Screen Settings.

The section list is on the left side of the dialog:

On a phone or narrow screen, the list may open through the menu button. The and buttons switch to the settings for neighboring screens.

What “Always Show” Means

The Always Show switch pins the screen to the main screen panel.

If this option is enabled:

If this option is disabled:

This lets you keep only the screens needed during a drive in front of you, while removing the rest from everyday swiping.

How to Change Screen Order

The Screen Position option sets the screen priority in the overall sequence.

The Default value means the default order defined by the current HobDrive layout. Numeric values let you move a screen relative to the standard order:

Practical examples:

After you leave the dialog, HobDrive saves the changes and reloads the screen interface.

Personal Screen Options

Some screens show an additional block of switches in their settings. These options are defined by the screen layout itself and affect only that screen or screen group.

Examples of such options:

The available options may differ depending on the app version, platform, vehicle profile, and available screens. If a specific screen has no additional switches, then only the general visibility and order settings are currently available for it.

Sensor Appearance Settings

In addition to configuring screens, HobDrive lets you change the appearance of individual sensors. This dialog opens from a sensor screen:

  1. On the main screen, long-press the desired sensor.
  2. The sensor information window opens.
  3. Select the widget appearance settings action.

In the dialog you can change the display type and visual parameters. Depending on the item, options such as Text, Bar, RoundBar, Chart may be available, along with related attributes: size, precision, borders, charts, colors, and other display parameters.

The most important option in this dialog is Applicability Level. It determines where the change will be written:

Example: if you change the speed size at the This Sensor level, speed changes on all screens. If you choose This Widget, only the speed cell where you opened the dialog changes.

These settings are saved in user.gauge. The file can be edited manually, but carefully: HobDrive also changes it from the interface, so manual edits may be overwritten or mixed with settings made through the dialog.

Custom Screen “Your Screen”

The Your Screen section is intended for quickly creating your own screen without manually editing files.

On this screen you can configure:

Available layouts:

1x1, 2x2, 2x3, 3x2, 3x3, 4x2, 2x4, 4x3, 3x4, 5x3, 5x4.

For example:

For each cell, press the sensor selector and choose the required sensor. An empty cell remains blank. Usually it is better to start with a small layout, check readability in the car, and then increase the number of sensors if needed.

Additional XML for a Cell

Each cell on the custom screen has an advanced Edit XML / Preview mode. Use it when ordinary sensor selection is not enough.

In the Additional XML field you can add:

Examples:

size="large" precision="1"
period="5000" units="below"

If the text starts with <, HobDrive treats it as nested XML inside the item element. If the text does not start with <, it is added as attributes to the current item.

Preview helps you immediately see how the cell will look. If the XML contains an error, fix it before saving.

XML Import and Export

The Export XML and Import XML buttons let you save or transfer a custom screen.

Export XML shows the full XML of the current custom screen. It is convenient to copy it for backup or send it to another user.

Import XML lets you paste ready XML and apply it to the custom screen. If the XML is invalid, HobDrive shows an error and does not apply the layout.

The custom screen is saved in the user1.layout file in HobDrive user settings. This file can be included in a normal settings backup. More about data transfer: How do I transfer all settings or make a backup?.

How This Differs from user.layout

The Your Screen dialog creates and updates one custom screen in the user1.layout file. It is a fast and safe way to build your own sensor set through the interface.

The user.layout file remains the advanced configuration path. You can use it to manually add custom sections, complex grids, if conditions, decorators, images, buttons, and other layout elements. This approach is more powerful but requires careful XML editing.

Recommended order:

  1. First configure screens through Main Screen Settings.
  2. Use Your Screen for your own sensor set.
  3. If the dialog is not enough, move to manual user.layout configuration.

Tips