Страница 1 из 2

Font Colors

Добавлено: 20 май 2020, 05:36
Bobgibson2908
How do I change the Font Color and size in the Fuel Econmy (Ltper 100km)?

Re: Font Colors

Добавлено: 21 май 2020, 01:22
Bobgibson2908
I'm surprised nobody can tell me how to do this!!!!!!

Re: Font Colors

Добавлено: 22 май 2020, 10:48
kdika
Long tap on Fuel Econmy/edit sensor

Re: Font Colors

Добавлено: 23 май 2020, 04:19
Bobgibson2908
I do that but it does not appear to have any effect.
I really want to change the Red Green Interval to 20 25 & 30 so that the display will be green up to 20 and red when over 30.
I set the numbers then press ok but it does not appear to be saving the new parameter.

Re: Font Colors

Добавлено: 26 май 2020, 06:24
Bobgibson2908
Please Please Please I really need to solve this.

Re: Font Colors

Добавлено: 26 май 2020, 08:37
kdika
Have you demo or full version?

Re: Font Colors

Добавлено: 26 май 2020, 09:52
Bobgibson2908
I have the Full paid version.
Any of the other changes I make in Fuel Economy Edit sensor do take effect except for the Red-Green interval custom setting (Red-Middle-Green). If I choose one of the preset settings (ie 6,10,15) it does take effect ok.
But I have a vehicle with high Lt/100km so I want to use 20 30 30 values.

Re: Font Colors

Добавлено: 26 май 2020, 10:17
kdika
put here the user.gauge files from the folder hobdrive

Re: Font Colors

Добавлено: 26 май 2020, 10:53
Bobgibson2908
<?xml version="1.0" encoding="utf-8"?>
<gauges>
<gauge
id="DistanceToEmpty"
description="top"
description-portrait="top"
description-landscape="top" />
<gauge
id="*"
chart="line"
chart-portrait="line"
chart-landscape="line" />
<gauge
id="FuelEconomy_trip"
size="huge"
size-portrait="huge"
size-landscape="huge"
bar-foreground="contrast"
bar-foreground-portrait="contrast"
bar-foreground-landscape="contrast"
precision="2"
precision-portrait="2"
precision-landscape="2"
type="text"
type-portrait="text"
type-landscape="text"
red-green="9, 13, 17"
red-green-portrait="9, 13, 17"
red-green-landscape="9, 13, 17" />
<gauge
id="FuelConsumed_Idling_Cost"
size="large"
size-portrait="large"
size-landscape="large" />
<gauge
id="FuelEconomy_NoIdling"
size="giant"
size-portrait="giant"
size-landscape="giant"
red-green="0, 50, 100"
red-green-portrait="0, 50, 100"
red-green-landscape="0, 50, 100"
units="none"
units-portrait="none"
units-landscape="none"
type="text"
type-portrait="text"
type-landscape="text" />
<gauge
id="IntakeAirTemp"
size="giant"
size-portrait="giant"
size-landscape="giant" />
<gauge
id="Speed"
size="huge"
size-portrait="huge"
size-landscape="huge" />
<gauge
id="FuelEconomy_WarmEngine"
type="text"
type-portrait="text"
type-landscape="text" />
<gauge
id="General:0:0:FuelEconomy_trip"
units="below"
description="bottom"
descr-font-adaptation="true"
text-onoff="false"
units-portrait="below"
units-landscape="below"
description-portrait="bottom"
description-landscape="bottom"
descr-font-adaptation-portrait="true"
descr-font-adaptation-landscape="true"
text-onoff-portrait="false"
text-onoff-landscape="false" />
</gauges>

Re: Font Colors

Добавлено: 26 май 2020, 10:55
Bobgibson2908
<?xml version="1.0" encoding="utf-8"?>
<gauges>
<gauge
id="DistanceToEmpty"
description="top"
description-portrait="top"
description-landscape="top" />
<gauge
id="*"
chart="line"
chart-portrait="line"
chart-landscape="line" />
<gauge
id="FuelEconomy_trip"
size="huge"
size-portrait="huge"
size-landscape="huge"
bar-foreground="contrast"
bar-foreground-portrait="contrast"
bar-foreground-landscape="contrast"
precision="2"
precision-portrait="2"
precision-landscape="2"
type="text"
type-portrait="text"
type-landscape="text"
red-green="9, 13, 17"
red-green-portrait="9, 13, 17"
red-green-landscape="9, 13, 17" />
<gauge
id="FuelConsumed_Idling_Cost"
size="large"
size-portrait="large"
size-landscape="large" />
<gauge
id="FuelEconomy_NoIdling"
size="giant"
size-portrait="giant"
size-landscape="giant"
red-green="0, 50, 100"
red-green-portrait="0, 50, 100"
red-green-landscape="0, 50, 100"
units="none"
units-portrait="none"
units-landscape="none"
type="text"
type-portrait="text"
type-landscape="text" />
<gauge
id="IntakeAirTemp"
size="giant"
size-portrait="giant"
size-landscape="giant" />
<gauge
id="Speed"
size="huge"
size-portrait="huge"
size-landscape="huge" />
<gauge
id="FuelEconomy_WarmEngine"
type="text"
type-portrait="text"
type-landscape="text" />
<gauge
id="General:0:0:FuelEconomy_trip"
units="below"
description="bottom"
descr-font-adaptation="true"
text-onoff="false"
units-portrait="below"
units-landscape="below"
description-portrait="bottom"
description-landscape="bottom"
descr-font-adaptation-portrait="true"
descr-font-adaptation-landscape="true"
text-onoff-portrait="false"
text-onoff-landscape="false" />
</gauges>

Re: Font Colors

Добавлено: 26 май 2020, 11:55
kdika
Add in user.gauge code:

Код: Выделить всё

  <gauge id="FuelEconomy_trip, FuelEconomy_NoIdling"
         color-map="20:$Color_green, 23:#32a8a0 , 30: $Color_red" />
PS. del ".txt" attache file

Re: Font Colors

Добавлено: 26 май 2020, 12:08
Bobgibson2908
Thank you.
Was the piece of code missing from the original file?

Its night here so will give it a try in the morning and let you know.

Are you able to answer the TPMS question for me?

Re: Font Colors

Добавлено: 26 май 2020, 12:17
kdika
Bobgibson2908 писал(а):Was the piece of code missing from the original file?

Код: Выделить всё

  <gauge id="FuelEconomy_trip, FuelEconomy_trip_secondary, FuelEconomy_NoIdling, FuelEconomy_secondary_NoIdling, FuelEconomy_WarmEngine, FuelEconomy_NoBattery"
         color-map="4:$Color_green, 15: $Color_red" />
in hobdrive.gauge

user.gauge have most prioritet

Re: Font Colors

Добавлено: 27 май 2020, 02:59
Bobgibson2908
The original hobdrive.guage file already contains
<gauge id="FuelEconomy_trip, FuelEconomy_trip_secondary, FuelEconomy_NoIdling, FuelEconomy_secondary_NoIdling, FuelEconomy_WarmEngine, FuelEconomy_NoBattery"
color-map="4:$Color_green, 15: $Color_red" />

I realise english is not your first language but I dont understand "user.gauge have most prioritet"

Re: Font Colors

Добавлено: 27 май 2020, 10:55
kdika
The contents of the user.gauge file take precedence over the contents of the remaining "* .gauge" files.

Re: Font Colors

Добавлено: 27 май 2020, 11:41
Bobgibson2908
I made changes you suggested to the User.guage .
When I check the Fuel Economy setting it shows the red-green interval as 20, 25, 30 Which what I wanted but when I drive the numbers in the Fuel Economy stay red color despite the numbers changing from 17 - 35
Have I missed something else?

Re: Font Colors

Добавлено: 27 май 2020, 12:12
kdika
Put your user.gauge file here again

Re: Font Colors

Добавлено: 27 май 2020, 12:26
Bobgibson2908
user.gauge

Re: Font Colors

Добавлено: 27 май 2020, 12:27
Bobgibson2908
<?xml version="1.0" encoding="utf-8"?>
<gauges>
<gauge
id="DistanceToEmpty"
description="top"
description-portrait="top"
description-landscape="top" />
<gauge
id="*"
chart="line"
chart-portrait="line"
chart-landscape="line" />
<gauge
id="FuelEconomy_trip"
size="huge"
size-portrait="huge"
size-landscape="huge"
bar-foreground="contrast"
bar-foreground-portrait="contrast"
bar-foreground-landscape="contrast"
precision="2"
precision-portrait="2"
precision-landscape="2"
type="text"
type-portrait="text"
type-landscape="text"
red-green="15, 25, 30"
red-green-portrait="15, 25, 30"
red-green-landscape="15, 25, 30" />
<gauge
id="FuelConsumed_Idling_Cost"
size="large"
size-portrait="large"
size-landscape="large" />
<gauge
id="FuelEconomy_NoIdling"
size="giant"
size-portrait="giant"
size-landscape="giant"
red-green="15, 25, 30"
red-green-portrait="15, 25, 30"
red-green-landscape="15, 25, 30"
units="none"
units-portrait="none"
units-landscape="none"
type="text"
type-portrait="text"
type-landscape="text" />
<gauge
id="IntakeAirTemp"
size="giant"
size-portrait="giant"
size-landscape="giant" />
<gauge
id="Speed"
size="huge"
size-portrait="huge"
size-landscape="huge" />
<gauge
id="FuelEconomy_WarmEngine"
type="text"
type-portrait="text"
type-landscape="text" />
<gauge
id="General:0:0:FuelEconomy_trip"
units="below"
description="bottom"
descr-font-adaptation="true"
text-onoff="false"
units-portrait="below"
units-landscape="below"
description-portrait="bottom"
description-landscape="bottom"
descr-font-adaptation-portrait="true"
descr-font-adaptation-landscape="true"
text-onoff-portrait="false"

<gauge id="FuelEconomy_trip, FuelEconomy_trip_secondary, FuelEconomy_NoIdling, FuelEconomy_secondary_NoIdling, FuelEconomy_WarmEngine, FuelEconomy_NoBattery"
color-map="4:$Color_green, 15: $Color_red" />
</gauges>

Re: Font Colors

Добавлено: 27 май 2020, 15:09
kdika
replace your code
Bobgibson2908 писал(а):<gauge id="FuelEconomy_trip, FuelEconomy_trip_secondary, FuelEconomy_NoIdling, FuelEconomy_secondary_NoIdling, FuelEconomy_WarmEngine, FuelEconomy_NoBattery"
color-map="4:$Color_green, 15: $Color_red" />
to code

Код: Выделить всё

<gauge id="FuelEconomy_trip, FuelEconomy_NoIdling"
         color-map="20:$Color_green, 23:#32a8a0 , 30: $Color_red" />