|
@seninha @morris_the_cat
Just take a look at the default skin:
the skin is devided into a background bitmap -thats also responsible for the size of the obd-diag window- and many small bitmaps for the buttons and images.
In the default(english).ini you can see the syntax for the skin.
try to do small changes first and than built your own skin by doing everything similar as in the defalut skin.
In the file english(metric).sec or in the settingsmenu "mode 1 pid s" you can find a list of all possible signals that can be shown in the skin.
syntax is
Gauge<n>Function=sensor_<signal>
e.g.:
Gauge2Function=sensor_speed
|