Change labels on widgets?

skysailor

Active Member
Joined
Oct 17, 2008
Messages
596
Is there a way to change or eliminate labels on the widgets? On my 20% engine page I can make everything fit. The only problem is the label for the Flaps widget is overwritten by the fuel computer. I know that widget is for the flaps (looks just like it should so nice work to the Dynon design crew). Can I eliminate the word "Flaps" underneath?
 

jdubner

Member
Joined
Apr 30, 2006
Messages
148
Location
Independence, OR
Is there a way to change or eliminate labels on the widgets?
I'd like to do something similar.  I.e. I would change "RPM RPM" to "RPM" and "MAP INHG" to "MAP" in order to free up a little screen real estate for other things (and/or reduce clutter).

Dynon, what do you say?
 

mmarien

Murray M.
Joined
Dec 26, 2009
Messages
1,206
Location
Saskatoon SK CAN
You can remove some of the labels. Just take the name out of the definition file. The partial definition below is the voltage gauge.

Code:
ems_module={
      product_id=DYNON_PRODUCT_ID_KRYPTON2
      serial_num=1514
      c37_p1={
            valid=1
            name=
            id=VOLTAGE MEASURE
            alarm_type=OFF
            range={
                  max_display=17
                  min_display=10

GaugeLabel.jpg
 
Top