Skip to navigation


Dashboard: dialc2

[Apple II version]

Name: dialc2 [Show more] Type: Variable Category: Dashboard Summary: The colour for each indicator for values that are on or above the threshold in dialle
Context: 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.
.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 indicator