Skip to navigation

Dashboard: UpdateIndicator (Part 5 of 15)

Name: 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
.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 call