setDisplayMode

open fun setDisplayMode(Row: Calculator.Row_Type, Display_Mode: DisplayType)

Current display mode

Display_Alpha
Displays the content of the Alpha register.
Display_L
Displays the content of the L0 aka X register.
Display_Formatted
Displays the content of the L0 aka X register inside an alpha

Parameters

Display_Mode

new display mode


open fun setDisplayMode(displayMode: DisplayType)

Current display mode

Display_Alpha
Displays the content of the Alpha register.
Display_L
Displays the content of the L0 aka X register.
Display_Formatted
Displays the content of the L0 aka X register inside an alpha

Parameters

displayMode

new display mode