• Welcome to PiBoSo Official Forum. Please login or sign up.
 
March 29, 2024, 02:07:16 PM

Analog display problem

Started by Warlock, July 23, 2016, 10:01:21 PM

Previous topic - Next topic

Warlock

@Piboso

Is it possible to add a 4th  stepangle/value  to analog displays?

This analog display has 3 different steping angles:
From 0 to 6000 --- 6000 to 7000 --- 7000 to top rpm
It's a Dellorto Matrix4 Dashboard



Seems GPB can only accept 3 angle steps 0-1-2, doesn't work with a fourth.

This work, but is not accurate below 7000rpm
rpm_analog
{
enable = 1
needle = rpm_needle       
axis = y
step0value = 2906    (from idle....)
step0angle = 10
                        step1value = 7000    (to 7000....)
step1angle = 37
                        step2value = 14000   (to top rpm)
step2angle = 172

}



I would need this:

rpm_analog
{
enable = 1
needle = rpm_needle       
axis = y
step0value = 2906    (from idle....)
step0angle = 10
                        step1value = 6000    (to 6000....)
step1angle = 23
                        step2value = 7000    (to 7000....)
step2angle = 38
                        step3value = 14000   (to top rpm)
step3angle = 172

}



Thank you !


PiBoSo

"La perfezione non è il nostro obiettivo, è la nostra tendenza".

Warlock