.dialc2 EQUB $FF ; 0 = Speed indicator EQUB WHITE ; 1 = Roll indicator EQUB WHITE ; 2 = Pitch indicator EQUB VIOLET ; 3 = Energy bank 4 (bottom) EQUB VIOLET ; 4 = Energy bank 3 EQUB VIOLET ; 5 = Energy bank 2 EQUB VIOLET ; 6 = Energy bank 1 (top) EQUB VIOLET ; 7 = Forward shield indicator EQUB VIOLET ; 8 = Aft shield indicator EQUB GREEN ; 9 = Fuel level indicator EQUB GREEN ; 10 = Altitude indicator EQUB $FF ; 11 = Cabin temperature indicator EQUB $FF ; 12 = Laser temperature indicatorName: dialc2 [Show more] Type: Variable Category: Dashboard Summary: The colour for each indicator for values that are on or above the threshold in dialleContext: See this variable in context in the source code References: This variable is used as follows: * DIS1 uses dialc2
A colour value of $FF represents the colour red, or flashing red-and-white if flashing colours are configured.
[X]
Configuration variable GREEN = 8
Offset into the MASKT table for green
[X]
Configuration variable VIOLET = 4
Offset into the MASKT table for violet
[X]
Configuration variable WHITE = 12
Offset into the MASKT table for white