Difference between revisions of "Infotainment Skin - Tesla Model 3"

(PANE_HOME)
(PANE_HOME)
Line 23: Line 23:
 
=== PANE_HOME ===
 
=== PANE_HOME ===
 
<html>
 
<html>
<img src="../images/infotainment/teslam3/pane_home.jpg" style="float:right; max-width:50%; margin:0 0 1em 1em;">
+
<div style="display:flex; align-items:flex-start; justify-content:space-between;">
 +
  <div>This is the base level of operation of the Tesla M3 skin. If this pane is called via scenario (or manually via the mirror) any other active pane is hidden, force-revealing the map if it wasn't already visible.</div>
 +
  <div>
 +
  <img src="../images/infotainment/teslam3/pane_home.jpg" style="float:right; max-width:50%; margin:0 0 1em 1em;">
 +
  </div>
 +
</div>
 
</html>
 
</html>
This is the base level of operation of the Tesla M3 skin. If this pane is called via scenario (or manually via the mirror) any other active pane is hidden, force-revealing the map if it wasn't already visible.
 
  
 
=== PANE_AUDIO ===
 
=== PANE_AUDIO ===

Revision as of 14:01, 30 May 2019

This is an approximation of the infotainment system found in the Tesla Model 3 (software version 9). While control systems and the underlying backend remain relatively unchanged, the Tesla system is organized slightly different than historical infotainment, offering multiple panes that can be operated independently, rather than specific individual full-screen-sized menus.

Instead, the menu design in the Tesla skins operate on a "pane" system.

Pane (screen) IDs are recorded in a file called Tesla_Model3_infotainment_screen_ID_matrix.xlsx, located in the "doc" directory of the Tesla M3 skin. Button IDs are in Tesla_Model3_infotainment_button_ID_matrix.xlsx in the same directory.

Panes

PANE_HOME

This is the base level of operation of the Tesla M3 skin. If this pane is called via scenario (or manually via the mirror) any other active pane is hidden, force-revealing the map if it wasn't already visible.

PANE_AUDIO

The entertainment media pane. ---

Development Considerations

This skin was meant to have the ability to have new hooks written for additional panes, buttons, menus, etc.