SPORT HMI for Audi: Difference between revisions
Line 23: | Line 23: | ||
//TODO | //TODO | ||
== | == Car menu with Sport submenu == | ||
//TODO | //TODO | ||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Research]] | [[Category:Research]] |
Revision as of 13:53, 11 January 2025

There are some indications of Sport_HMI app for Audi MIB2 firmware. But no-one yet have enabled it. Let's check methods from the VW/Skoda/Seat units and let's check how the LSD.JXE in Audi looks like when it comes to references to sport modes.
VW/Seat/Skoda SportHMI enabling methods
There are two thing needed in Volkswagen, SEAT, and Skoda vehicles to enable Sport HMI (VW Performance Monitor, SEAT Sport Information, Skoda Sport Information):
- enable proper adaptation channels,
0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI → on
0x05F → adaptation → Car_Function_Adaptations_Gen2 → [LO]_menu_display_SportHMI_over_threshold_high → on
- upload valid FEC / SWaP code.
00060400
GUI assets in Audi firmware

There's a file SPORT_HMI.kzb
- a .kzb package. After extracting, it looks like Audi firmware contains some GUI assets for Sport Display submenu. There's clock gauge for power and torque, as well as bar gauge for temperature and boost. Also rendered fonts for the large readouts inside the clock gauges.
So if we are looking for needed textures - all is here.
//TODO
Sport and Sport Kombi classes
//TODO
//TODO