.dialc1 EQUB WHITE ; 0 = Speed indicator EQUB WHITE ; 1 = Roll indicator EQUB WHITE ; 2 = Pitch indicator EQUB $FF ; 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 $FF ; 7 = Forward shield indicator EQUB $FF ; 8 = Aft shield indicator EQUB GREEN ; 9 = Fuel level indicator EQUB $FF ; 10 = Altitude indicator EQUB BLUE ; 11 = Cabin temperature indicator EQUB BLUE ; 12 = Laser temperature indicatorName: dialc1 [Show more] Type: Variable Category: Dashboard Summary: The colour for each indicator for values that are below the threshold in dialleContext: See this variable in context in the source code References: This variable is used as follows: * DIS1 uses dialc1
A colour value of $FF represents the colour red, or flashing red-and-white if flashing colours are configured.
[X]
Configuration variable BLUE = 16
Offset into the MASKT table for blue
[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