car: show instrument cluster on secondary display

* Fixes https://github.com/raspberry-vanilla/android_local_manifest/issues/43
This commit is contained in:
Konsta
2024-09-06 23:24:03 +03:00
parent 35895e0978
commit be24cefd65
3 changed files with 45 additions and 0 deletions

8
car/display_settings.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<display-settings>
<!-- Use physical port number instead of local id -->
<config identifier="1" />
<!-- Display settings for cluster -->
<display name="port:1" dontMoveToTop="true" />
</display-settings>