I’m building a dash with doubled up gauges, and I’ve run into a roadblock that needs a couple of new features.
Did example, I have long term fuel trim on top of short term fuel trim.
If I make the top gauge background empty except for the scale and needle, both PIDs operate correctly, but the center area, where the value, units and title are, leaves both PID values overlayed and not legible.
If I had PID specific parts for these, I could place the underneath gauge’s readings on the top of the center area, and the on top gauge to display on the bottom, rather than both on top of each other.
I’m doing this for long and short term fuel trims, timing advance and AFR, and HP and torque.
I would need the following variables:
dialNeedleTitleTextOffset_06=(value)
dialNeedleValueTextOffset_06=(value)
dialNeedleTitleTextOffset_07=(value)
dialNeedleValueTextOffset_07=(value)
dialNeedleTitleTextOffset_0e=(value)
dialNeedleValueTextOffset_0e=(value)
dialNeedleTitleTextOffset_fff1225=(value)
dialNeedleValueTextOffset_ff1225=(value)
dialNeedleTitleTextOffset_ff1226=(value)
dialNeedleValueTextOffset_ff1226=(value)
dialNeedleTitleTextOffset_fff1249=(value)
dialNeedleValueTextOffset_ff1249=(value)
And finally, the ability to change needle size or color by PID would be great too.
Thanks for considering this request,
|