.uind6 \ If we get here then the indicator number in X is 3 LDA altitudeMinutes \ Fetch the value of the altimeter's minute hand that we \ calculated in part 4 JMP DrawIndicatorHand \ Apply min and max limits to the value in A and update \ the indicator on-screen, returning from the subroutine \ using a tail callName: UpdateIndicator (Part 5 of 15) [Show more] Type: Subroutine Category: Dashboard Summary: Calculations for the altimeter's "minute" hand (indicator 3)Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
[X]
Subroutine DrawIndicatorHand (category: Drawing lines)
Apply min and max limits to an indicator value and draw a hand on the indicator
[X]
Variable altitudeMinutes (category: Dashboard)
The value of the altimeter's large "minute" hand