Developing steering wheel LCDs

Discussion in 'Car Modding' started by Brutten, Jul 12, 2021.

  1. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    362
    Likes Received:
    365
    Greetings.

    I am finishing the 2022 mod for my league and am working on the steering wheel LCD.
    I have it almost finished but, I would like to include some values that I don't know if they are available. I have looked under the keyboard and have not been able to find it.
    It is about the brake temperatures. I can't find a way to integrate them.
    Otherwise I have everything I need.
    If someone could tell me the variable to include in cockpitinfo it would be, for me, a big step.

    I have tried to do something similar with the syntax that I thought might work based on wheel temperatures:

    TTempLFFont=L3C_FONT
    TTempLFBackground=L3C_TTEMPDIBK
    TTempLFScale=(1.0, 1.5)
    (...)
    Failed attempts:
    BrakeTempFont=L3C_FONT
    BrakeTempBackground=L3C_BTEMPDDBK
    BrakeTempScale=(0.7,1.0)

    BTempFont=L3C_FONT
    BTempBackground=L3C_BTEMPDDBK
    BTempScale=(0.7,1.0)

    Thanks in advance.

    upload_2021-7-12_19-9-16.png
     
  2. Brutten

    Brutten Registered

    Joined:
    Jun 21, 2017
    Messages:
    362
    Likes Received:
    365
    Correction:

    BrakeTempLFFont=L3C_FONT
    BrakeTempLFBackground=L3C_BTEMPDDBK
    BrakeTempLFScale=(0.7,1.0)

    BTempLFFont=L3C_FONT
    BTempLFBackground=L3C_BTEMPDDBK
    BTempLFScale=(0.7,1.0)
     

Share This Page