Hello.
I would like to display certain information in the Multi-Function Display (MFA) of my Volkswagen Golf 5.
I would like to center this text within the MFA (Master of Fine Arts) application.
How exactly do I do that?
I used to have a Golf 4 (TP 1.6), and in the print command, you could specify whether the text should be left-aligned or centered.
I've tried a lot of things, but nothing seems to be working.
Perhaps someone can help me with that.
Thank you.
So far, I've been doing it this way:
Sender ID for MFA: 0x686
News start:
0x61 // Schreibvorgang starten
0x10 // Länge der Nachricht in Bytes
0x04 // Wahl der Schriftart--- 0x04 = kleine Schrift --
0x00 // 0x00 = linksbündig, normal
0x00 // Offset von links in Pixeln
0x00 // Platzhalter
0x14 // Offset von oben in Pixeln
0x00 // Platzhalter
'H'
'a'
'l'
'l'
'o'
' '
'W'
'e'
'l'
't'
0x08 // End of Message
The message also appears on the MFA (presumably a screen or device), but unfortunately it's aligned to the left.
If I want to center it, I have to calculate the offset from the left for each message.
It's incredibly annoying and also inaccurate.
Please help

.